What is the best ESRI ArcGIS component library used with GWT?

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

The library will need to support smooth and unconfigured map caching , as well as some dynamic layers. Open Layers GWT integration exists, but the ESRI library is based on Dojo .

I am looking for information and tips on where the hotchas will take place for any approach.

+3
source share
4 answers

ArcGIS, ArcGIS API JavaScript. , , ArcGIS Server / + ArcGIS API JS, ArcGIS Server + OpenLayers, , , .

+1

, , Dojo, ESRI . . ( → stackoverflow )
, javascript

+1

GWT . Javascript.

http://github.com/lukefx/EsriGwt

... -, :)

0
source

I picked up the GWT lukefx project, redesigned many of the components under the hood. I started a new project here: gwt-esri

0
source

Source: https://habr.com/ru/post/1715484/


All Articles