<?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 Server Javascript API, JQuery, Dojo, WCF Services ? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596964#M55938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_esri_request.html"&gt;esri.request method&lt;/A&gt;&lt;SPAN&gt; to consume the WCF services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2012 17:18:26 GMT</pubDate>
    <dc:creator>JeffJacobson</dc:creator>
    <dc:date>2012-12-28T17:18:26Z</dc:date>
    <item>
      <title>ArcGIS Server Javascript API, JQuery, Dojo, WCF Services ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596961#M55935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am&amp;nbsp; learning ArcGIS Server JavaScript API, trying to develop a samll application, I need to consume a WCF service ( I have a feature class with related table, one-to-many, I need to view and&amp;nbsp; edit the related table by selecting features on the map).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could find many samples&amp;nbsp; to consuming WCF with JQuery, but not dojo, in my company, the other teams are using JQuery except me, because I am using ESRI technologies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if there are some sample codes: ArcGIS server Javascript API with&amp;nbsp; Dojo and WCF services.&amp;nbsp; if somebody knows, please kindly let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 15:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596961#M55935</guid>
      <dc:creator>DeminHu</dc:creator>
      <dc:date>2012-12-28T15:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server Javascript API, JQuery, Dojo, WCF Services ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596962#M55936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are a few other threads on this.&amp;nbsp; Just because the esri api is built on dojo does not require you to use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use both jQuery and Dojo in my application, based on what the need is.&amp;nbsp; I use dojo for widgets, and jQuery for dom manipulation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just load jquery as a library and have at it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 15:37:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596962#M55936</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-12-28T15:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server Javascript API, JQuery, Dojo, WCF Services ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596963#M55937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you so much!! I will try that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be honest, it is&amp;nbsp; a little diffcult&amp;nbsp; for a beginner to learn both JQuery and Dojo, and get job done in a very limited time&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 16:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596963#M55937</guid>
      <dc:creator>DeminHu</dc:creator>
      <dc:date>2012-12-28T16:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server Javascript API, JQuery, Dojo, WCF Services ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596964#M55938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_esri_request.html"&gt;esri.request method&lt;/A&gt;&lt;SPAN&gt; to consume the WCF services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 17:18:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596964#M55938</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2012-12-28T17:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server Javascript API, JQuery, Dojo, WCF Services ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596965#M55939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/4794"&gt;Demin Hu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you have solved your problem by this time. .Hope this link will help you out.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sitepen.com/blog/2011/01/13/using-the-dojo-toolkit-with-microsofts-wcf/"&gt;https://www.sitepen.com/blog/2011/01/13/using-the-dojo-toolkit-with-microsofts-wcf/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-server-javascript-api-jquery-dojo-wcf/m-p/596965#M55939</guid>
      <dc:creator>RavindraSingh</dc:creator>
      <dc:date>2015-09-08T18:14:54Z</dc:date>
    </item>
  </channel>
</rss>

