<?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 maps with other javascript framework in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196172#M18163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 02:05:10 GMT</pubDate>
    <dc:creator>uu</dc:creator>
    <dc:date>2013-05-17T02:05:10Z</dc:date>
    <item>
      <title>ArcGIS maps with other javascript framework</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196168#M18159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can we show the ArcGIS map in HTML 5 page with the use of other javascript framework like Infragistics or Kendo j UI or Sencha?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes, please post the link for the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 06:07:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196168#M18159</guid>
      <dc:creator>uu</dc:creator>
      <dc:date>2013-05-16T06:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS maps with other javascript framework</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196169#M18160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All the three frame works you have mentioned are just frameworks, and have no mapping components as such.&amp;nbsp; You could use the ESRI JSAPI along with them, like given in this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/framework_extjs.html"&gt;Using Ext JS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sample uses Sencha's ExtJS, along with the map from JSAPI. The tooltip and slider are from exjs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is also possible to use the ArcGIS Server REST end point with other mapping libraries like OpenLayers and Leaflet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 08:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196169#M18160</guid>
      <dc:creator>DevdattaTengshe1</dc:creator>
      <dc:date>2013-05-16T08:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS maps with other javascript framework</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196170#M18161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that means we can not use the ArcGIS javascript API without dojo component?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 08:55:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196170#M18161</guid>
      <dc:creator>uu</dc:creator>
      <dc:date>2013-05-16T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS maps with other javascript framework</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196171#M18162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Online help mentions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Esri developers who created the ArcGIS API for JavaScript used Dojo to simplify their development process and to ensure that the applications you build behave the same in different browsers. For example, the map zoom and panning animations use Dojo, as does the graphics layer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What this means, is that the Javascript API is built on top of the dojo framework. You could use it along with some other framework, but this would mean that you are using that framework/library in addition to the dojo framework, and would not be replacing it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could obviously use UI components from these frameworks, but you would still need to call dojo, since the mapping frameworks is built on top of it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 09:28:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196171#M18162</guid>
      <dc:creator>DevdattaTengshe1</dc:creator>
      <dc:date>2013-05-16T09:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS maps with other javascript framework</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196172#M18163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 02:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-with-other-javascript-framework/m-p/196172#M18163</guid>
      <dc:creator>uu</dc:creator>
      <dc:date>2013-05-17T02:05:10Z</dc:date>
    </item>
  </channel>
</rss>

