<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API for Javascript vs Web ADF in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232130#M21660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 19:34:10 GMT</pubDate>
    <dc:creator>VuDang1</dc:creator>
    <dc:date>2011-08-16T19:34:10Z</dc:date>
    <item>
      <title>API for Javascript vs Web ADF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232126#M21656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can we find a sample map using API for Javascript that has the same set of functionalities as a standard web application genarated by ArcGIS Server, specifically, having&amp;nbsp; map content window, tool bar with zoom in, zoom out, pan, full view, back extent, forward extent, goto XY, magnifier, identifier, measurement, and overview map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'd like to use API for Javascript over the standard generated map to avoid ASP.NET WebForm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vu Dang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 19:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232126#M21656</guid>
      <dc:creator>VuDang1</dc:creator>
      <dc:date>2011-08-12T19:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: API for Javascript vs Web ADF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232127#M21657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Where can we find a sample map using API for Javascript that has the same set of functionalities as a standard web application genarated by ArcGIS Server, specifically, having&amp;nbsp; map content window, tool bar with zoom in, zoom out, pan, full view, back extent, forward extent, goto XY, magnifier, identifier, measurement, and overview map.&lt;BR /&gt;&lt;BR /&gt;We'd like to use API for Javascript over the standard generated map to avoid ASP.NET WebForm.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vu Dang&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use JS API navigation toolbar to zoom in, zoom out, pan, full view, back extent, forward extent (sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/toolbar_navigation.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/toolbar_navigation.html&lt;/A&gt;&lt;SPAN&gt;). You can use JS API measurement Widget to do measurement (sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/widget_measurement.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/widget_measurement.html&lt;/A&gt;&lt;SPAN&gt;). There is a JS API Overview Map Widget for overview map. You could also use JS API to build your own identify and goto X, Y.&amp;nbsp; Not sure about magnifier.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 16:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232127#M21657</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-08-15T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: API for Javascript vs Web ADF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232128#M21658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think you're going to find an equivalent to the Web ADF "Out of the box" application written with the javascript API.&amp;nbsp; This is true for a couple of reasons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The technologies are considerably different&lt;/STRONG&gt;&lt;SPAN&gt;:&amp;nbsp; Using the Web ADF for .NET or Java relies heavily on server-side support for functionality.&amp;nbsp; While this can bring in a very powerful toolkit of functionality - ArcObjects - it can also be very expensive.&amp;nbsp; The javascript API relies exclusively on REST endpoints to communicate with ArcGIS Server - a technology which is more focused on the web and is more efficient for web mapping applications.&amp;nbsp; In the past, this meant a tradeoff in functionality.&amp;nbsp; This isn't the case with newer releases of the API and ArcGIS Server, however.&amp;nbsp; You now can perform all of the same tasks that were available in the Web ADF much more quickly and efficiently.&amp;nbsp; Due to the recent advancements in the web APIs and ArcGIS Server (including greater support for SOEs), there is no longer a need to use the Web ADF.&amp;nbsp; This is one reason the Web ADF is being &lt;/SPAN&gt;&lt;A href="http://events.esri.com/uc/QandA/index.cfm?fuseaction=answer&amp;amp;conferenceId=2F6DC1A1-1422-2418-883C3868A9004888&amp;amp;questionId=3060"&gt;deprecated&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;User expectations are considerably different&lt;/STRONG&gt;&lt;SPAN&gt;:&amp;nbsp; The days of a web mapping interface that includes a checklist of 'traditional' desktop GIS elements - OV Map, toolbar, etc.&amp;nbsp; - have arguably passed.&amp;nbsp; There is a movement toward more specialized web applications in greater numbers than one single application that tries to do it all.&amp;nbsp; In addition, more creative UX/UI designs that move away from toolbars and toward floating panels and smooth workflows have proven to be very successful.&amp;nbsp; It should be noted that if your requirements dictate a toolbar, OV Map, etc. that those elements are supported in our web APIs either directly or - in most cases - with supplied samples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would encourage you to spend some time looking at the real requirements of your web application from the point of view of it's audience.&amp;nbsp; If you do that, you might find that your current idea of the application doesn't really fit, and that one or more workflow-focused application would be a better choice.&amp;nbsp; Here's a list of samples that might help you get some ideas:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AGOL Web Map as a source - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ags/ags_createwebmapid.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ags/ags_createwebmapid.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Global Incident Viewer - &lt;/SPAN&gt;&lt;A href="http://tmapps.esri.com/gdv/"&gt;http://tmapps.esri.com/gdv/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Public Information Map Sample - &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=53ae8b9591b0470885f820ea47cc9f45"&gt;http://www.arcgis.com/home/item.html?id=53ae8b9591b0470885f820ea47cc9f45&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basic Navigation toolbar - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/toolbar/toolbar_navigation.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/toolbar/toolbar_navigation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Editing Toolbar - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/toolbar/toolbar_edit.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/toolbar/toolbar_edit.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS.com app gallery results for 'javascript' - &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/search.html?q=javascript&amp;amp;t=content&amp;amp;focus=applications"&gt;http://www.arcgis.com/home/search.html?q=javascript&amp;amp;t=content&amp;amp;focus=applications&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 17:02:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232128#M21658</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-08-15T17:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: API for Javascript vs Web ADF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232129#M21659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The days of a web mapping interface that includes a checklist of 'traditional' desktop GIS elements - OV Map, toolbar, etc.&amp;nbsp; - have arguably passed.&amp;nbsp; There is a movement toward more specialized web applications in greater numbers than one single application that tries to do it all&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Great points, Jeff.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 22:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232129#M21659</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-08-15T22:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: API for Javascript vs Web ADF</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232130#M21660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 19:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-for-javascript-vs-web-adf/m-p/232130#M21660</guid>
      <dc:creator>VuDang1</dc:creator>
      <dc:date>2011-08-16T19:34:10Z</dc:date>
    </item>
  </channel>
</rss>

