<?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: ArcGIS API For Flex and ArcGSI API for Javascript in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-for-flex-and-arcgsi-api-for-javascript/m-p/469468#M10783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll chime in with my experience.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- cross browser compatible, as in will function the same regardless of browser used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- can handle large amounts of data better. When it comes to drawing of graphics on the screen or loading RemoteObjects, Flex can usually handle these items better than JavaScript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- coming from Web ADF as you said, AS3 is much more familiar as language. Compiled and probably easier to learn coming from C#/VB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JavaScript API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- simplicity is key. Will run fine in most browsers, but can require some massaging if you want it to look/function same across all/many. IE6 will usually melt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- if you are looking at mobile focused sites/apps, I think the JS API wins here. Will run pretty much the same across all phones/tablets, if you are mindful of some CSS3 funkiness.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- JSON is fast and lightweight. If you are pulling simple data requests, the dojo library the API is built on is built for data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's in my experience and opinion and could be completely off-base from what other people are doing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should also take a look at this recent posting from ESRI UC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://events.esri.com/uc/QandA/index.cfm?fuseaction=answer&amp;amp;conferenceId=DD02CFE7-1422-2418-7F271831F47A7A31&amp;amp;questionId=3992"&gt;Which API should I use: JavaScript, Flex, or Silverlight?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2011 15:19:38 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2011-08-03T15:19:38Z</dc:date>
    <item>
      <title>ArcGIS API For Flex and ArcGSI API for Javascript</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-for-flex-and-arcgsi-api-for-javascript/m-p/469467#M10782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am very excited about migrating our front end application from Web ADF to Flex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; We are seeing that we also have ArcGIS JavaScript option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can anyone list the advantages and disadvantages of Flex over JavaScript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Any help .. highly appreciate your help in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lala Rabari&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 21:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-for-flex-and-arcgsi-api-for-javascript/m-p/469467#M10782</guid>
      <dc:creator>ManishGohil</dc:creator>
      <dc:date>2011-08-02T21:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API For Flex and ArcGSI API for Javascript</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-for-flex-and-arcgsi-api-for-javascript/m-p/469468#M10783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll chime in with my experience.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- cross browser compatible, as in will function the same regardless of browser used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- can handle large amounts of data better. When it comes to drawing of graphics on the screen or loading RemoteObjects, Flex can usually handle these items better than JavaScript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- coming from Web ADF as you said, AS3 is much more familiar as language. Compiled and probably easier to learn coming from C#/VB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JavaScript API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- simplicity is key. Will run fine in most browsers, but can require some massaging if you want it to look/function same across all/many. IE6 will usually melt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- if you are looking at mobile focused sites/apps, I think the JS API wins here. Will run pretty much the same across all phones/tablets, if you are mindful of some CSS3 funkiness.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- JSON is fast and lightweight. If you are pulling simple data requests, the dojo library the API is built on is built for data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's in my experience and opinion and could be completely off-base from what other people are doing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should also take a look at this recent posting from ESRI UC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://events.esri.com/uc/QandA/index.cfm?fuseaction=answer&amp;amp;conferenceId=DD02CFE7-1422-2418-7F271831F47A7A31&amp;amp;questionId=3992"&gt;Which API should I use: JavaScript, Flex, or Silverlight?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 15:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-for-flex-and-arcgsi-api-for-javascript/m-p/469468#M10783</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2011-08-03T15:19:38Z</dc:date>
    </item>
  </channel>
</rss>

