Exocortex

February 16, 2009

Which JAR files are required for an application?

Filed under: ESRI, GIS — Tags: , , — Soumya @ 12:42 pm

Every time I create a new Java Web ADF application a lot of JAR files get added in the WEB-INF/lib directory. It is quite obvious that not all of these libraries are needed for the project and I always wanted to clean that part up. Finally I got a chance and found out that the following JAR files are not needed if you are writing an application that uses an ArcGIS server as the data source:

  1. arcgis_webcontrols_wms
  2. axis-schema
  3. arcgis_ejb_stubs
  4. arcgis_jcs
  5. arcgis_webcontrols_arcweb
  6. arcgis_webcontrols_ejb
  7. arcgis_webcontrols_arcims
  8. axis-ant
  9. mlibwrapper_jai
  10. arcgis_arcweb_stubs
  11. arcims_jconnect

Our application utilizes most of the mapping capabilities but does not include any sort of editing. I do not know yet if some of the above JAR files will be needed if we include such capabilities.

Powered by WordPress