<?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: javascript api 2.2 support in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162669#M15121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you still able to access 2.2 over Esri's CDN - I tried &lt;A href="http://js.arcgis.com/2.2/init.js" title="http://js.arcgis.com/2.2/init.js"&gt;http://js.arcgis.com/2.2/init.js&lt;/A&gt; and got a blank page, but I'm not sure if that's the right address. If Esri ended support, they probably aren't even hosting the API, so you'd have to use your own CDN and download from Esri... you could still use it, but you'd be on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, though, unless I'm reading the doc incorrectly, there's some misinformation, because it states that API v3.x ended general availability in May of 2014!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would upgrade! Here's some info on that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/migration_30.html" title="https://developers.arcgis.com/javascript/jshelp/migration_30.html"&gt;Migrating to 3.0 | Guide | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I typically try to upgrade every release to minimize breaking changes. The longer you wait, the more difficult your life will be. You would need to account for breaking changes from minor version to minor version. I've had cases in the past with other products where, to upgrade, it would be easier to rewrite the application!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 3.12 right now, though, as Esri has a bug that needs to be fixed before I can upgrade. Esri will only consider it a breaking change if you need something in the latest version but can't use it due to a bug with the Esri code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 14:05:51 GMT</pubDate>
    <dc:creator>ChrisSmith7</dc:creator>
    <dc:date>2015-06-05T14:05:51Z</dc:date>
    <item>
      <title>javascript api 2.2 support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162668#M15120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I saw a document on the web indicates the javascript api product cycle.&lt;/P&gt;&lt;P&gt;it indicates version v2.x retired June 1 2014. Has anyone seen this and understand what it mean? Does it mean this version is not supported and not upgrade any more and the script will still be available online for application point to it? Because I still have an app running on it. I try to understand do I need to migration to v3.x and what's the timeframe/urgency.&lt;/P&gt;&lt;P&gt;&lt;A href="http://downloads.esri.com/support/product%20life%20cycle/online_gis/ArcGISWebMappingAPIs_PLC.pdf" title="http://downloads.esri.com/support/product%20life%20cycle/online_gis/ArcGISWebMappingAPIs_PLC.pdf"&gt;http://downloads.esri.com/support/product%20life%20cycle/online_gis/ArcGISWebMappingAPIs_PLC.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 13:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162668#M15120</guid>
      <dc:creator>mapFansLi</dc:creator>
      <dc:date>2015-06-05T13:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 2.2 support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162669#M15121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you still able to access 2.2 over Esri's CDN - I tried &lt;A href="http://js.arcgis.com/2.2/init.js" title="http://js.arcgis.com/2.2/init.js"&gt;http://js.arcgis.com/2.2/init.js&lt;/A&gt; and got a blank page, but I'm not sure if that's the right address. If Esri ended support, they probably aren't even hosting the API, so you'd have to use your own CDN and download from Esri... you could still use it, but you'd be on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, though, unless I'm reading the doc incorrectly, there's some misinformation, because it states that API v3.x ended general availability in May of 2014!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would upgrade! Here's some info on that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/migration_30.html" title="https://developers.arcgis.com/javascript/jshelp/migration_30.html"&gt;Migrating to 3.0 | Guide | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I typically try to upgrade every release to minimize breaking changes. The longer you wait, the more difficult your life will be. You would need to account for breaking changes from minor version to minor version. I've had cases in the past with other products where, to upgrade, it would be easier to rewrite the application!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 3.12 right now, though, as Esri has a bug that needs to be fixed before I can upgrade. Esri will only consider it a breaking change if you need something in the latest version but can't use it due to a bug with the Esri code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 14:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162669#M15121</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-06-05T14:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 2.2 support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162670#M15122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response. The code is referring to below in the script tag to point to 2.2.&lt;/P&gt;&lt;P&gt;&lt;A href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.2" title="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.2"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.2&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if the ArcGIS javascript script API version has any dependency on which version ArcGIS is on. I am trying to see the minimum javascript api version that will go with arcgis10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 14:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162670#M15122</guid>
      <dc:creator>mapFansLi</dc:creator>
      <dc:date>2015-06-05T14:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 2.2 support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162671#M15123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did some digging and came across this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/84460"&gt;Is ArcGIS API for JavaScript 3.7&amp;amp;amp;nbsp; compatible with ArcGIS server 10.0 ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't find any official documents, anywhere. You'd think this would be useful info, but it's probably not required as per the Esri staff:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;In general, any version of the Javascript API will work with any ArcGIS Server 9.3 or later.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Though certain functionality requires a newer server version, most things will work just fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a doc for Flex - go figure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/flex/system-reqs.html" title="https://developers.arcgis.com/flex/system-reqs.html"&gt;ArcGIS Flex API System Requirements | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it certainly seems probably there could be issues, but you wont know until you try! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 19:51:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162671#M15123</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-06-05T19:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 2.2 support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162672#M15124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like it's in the API, where appropriate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/legend-amd.html" title="https://developers.arcgis.com/javascript/jsapi/legend-amd.html"&gt;Legend | API Reference | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;If the layer is an &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/arcgisdynamicmapservicelayer-amd.html" style="color: #00629b; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;CODE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; background-position: initial;"&gt;ArcGISDynamicMapServiceLayer&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt; or &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/arcgistiledmapservicelayer-amd.html" style="color: #00629b; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;CODE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; background-position: initial;"&gt;ArcGISTiledMapServiceLayer&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt; created using ArcGIS Server 10.0 SP1 or higher the legend is generated using the REST Map Service legend resource: &lt;/SPAN&gt;&lt;CODE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-position: initial;"&gt;http://mapservice-url/legend&lt;/CODE&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;If the layers are version 10 or lower the legend is created using the &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/" style="color: #00629b; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;" target="_blank"&gt;ArcGIS.com&lt;/A&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt; legend service. In order to use the ArcGIS.com legend service your map service needs to be publicly accessible and your application must be able to access ArcGIS.com.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you have issues, or need info, look it up in the API and see if there's any notes on version-specific functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 19:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162672#M15124</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-06-05T19:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 2.2 support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162673#M15125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Thanks for putting the extra effort to research for this. Agree, you won't know until try. At least based on them most function will work fine. that's what I hope for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 20:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-2-2-support/m-p/162673#M15125</guid>
      <dc:creator>mapFansLi</dc:creator>
      <dc:date>2015-06-05T20:08:34Z</dc:date>
    </item>
  </channel>
</rss>

