vote up 3 vote down star

We are currently designing a GIS intranet application using GWT and ESRI ArcGIS. We are looking at 2 client side Javascript libraries:

  1. The ESRI Javascript API
  2. Open Layers

The library will have to support fused and non fused map caching as well as some layers that are dynamic. Open Layers GWT integration exists but the ESRI library is based on Dojo.

I'm looking for information and advice on where the gotchas will be for either approach.

flag

It's always boggled me as to why they chose Dojo. – womp Aug 19 at 15:49

2 Answers

vote up 1 vote down check

If you're already using ArcGIS, go with the ArcGIS API for JavaScript. I think there are a lot more people out there using ArcGIS Server fused/non-fused map caches + ArcGIS API for JS than ArcGIS Server + OpenLayers so you'll have an easier time finding samples that are applicable to what you're doing.

link|flag
vote up 1 vote down

I'd probably go with Dojo as ESRI is already built on that one. It has great way of creating widgets and relatively good documentation. a lot of can be found at their forums (though these are now closed for posting new questions -> use stackoverflow instead or their mailing list)
here is the link that might be helpful to you javascript libraries comparison

link|flag
1  
The ESRI forums are definitely not closed. There are new posts there daily: forums.esri.com/forums.asp?c=158&s=2396#2396/… – Swingley Aug 19 at 15:32
We already did the front end in Dojo as a prototype and it wasn't pretty. GWT offers us a much better fit in terms of the style of application that the users want. – Peter Kelley Aug 20 at 0:05
@swingley: I meant the dojo forums are somewhat closed. not esri forums – belzebu Aug 25 at 10:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.