Select to view content in your preferred language

ArcGIS Server Javascript API, JQuery, Dojo, WCF Services ?

3917
4
12-28-2012 07:31 AM
DeminHu
Deactivated User
I am  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  edit the related table by selecting features on the map).

I could find many samples  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.

I wonder if there are some sample codes: ArcGIS server Javascript API with  Dojo and WCF services.  if somebody knows, please kindly let me know.

Thanks.
0 Kudos
4 Replies
JeffPace
MVP Alum
There are a few other threads on this.  Just because the esri api is built on dojo does not require you to use it.

I use both jQuery and Dojo in my application, based on what the need is.  I use dojo for widgets, and jQuery for dom manipulation.

Just load jquery as a library and have at it.
0 Kudos
DeminHu
Deactivated User
Thanks you so much!! I will try that.

Be honest, it is  a little diffcult  for a beginner to learn both JQuery and Dojo, and get job done in a very limited time
0 Kudos
JeffJacobson
Frequent Contributor
I would use the esri.request method to consume the WCF services.
0 Kudos
RavindraSingh
Frequent Contributor

Hi Demin Hu,

May be you have solved your problem by this time. .Hope this link will help you out.

https://www.sitepen.com/blog/2011/01/13/using-the-dojo-toolkit-with-microsofts-wcf/

0 Kudos