ArcGIS Server » Web Applications » Java ADF
 
 

Share your work and download examples published by other users in the ArcGIS community.

Code Gallery


name rating date added product version author downloads

Custom IdentifyTask


0 Ratings
Nov 19 2009 9.3.1 saur5784 25
This sample is to demonstrate as how to create a custom IdentifyTask in Java ADF application which will work similar to the identifyTask in ArcMap. This IdentifyTask gives user option to identify all_layers, visible layers or top layer only. Download

UC2009 ArcGIS Java WebServices (AgsJWS) Map Viewer Sample


0 Ratings
Jul 31 2009 9.3.1 ArcGIS Server Development Team 239
The ArcGIS Java WebServices (AgsJWS) Map Viewer Sample is a web mapping application built with the ArcGIS Server for Java 9.3.1 AgsJWS API. Features of the sample include basic map navigation including panning and zooming. The application uses SOAP over HTTP to connect with user supplied Map Service WSDL endpoint URL’s and is easily extended with instructions for importing into... Download

ArcGIS Java WebServices (AgsJWS) Catalog Sample


0 Ratings
Jul 30 2009
Updated:
Jul 30 2009
9.3.1 dano 111
The ArcGIS Java WebServices (AgsJWS) Catalog Sample is a web application built with the ArcGIS Server for Java 9.3.1 AgsJWS API which integrates the Apache Wicket Framework. The application uses SOAP over HTTP to connect with user supplied Web Service Catalog endpoint URL and is easily extended with instructions for importing into NetBeans and Eclipse developer IDE’s. Download

DS2009: Customizing Graphics and MapTips Java Web ADF


0 Ratings
Apr 02 2009
Updated:
Jun 15 2009
9.3 ArcGIS Server Development Team 492
Code to support demos presented in Customizing Graphics and MapTips Java Web ADF 2009 Developer Summit session Download

DS2009:Implementing Security for ArcGIS Server Java Solutions


0 Ratings
Mar 25 2009
Updated:
Jun 15 2009
9.3 ArcGIS Server Development Team 238
The attached ZIP file contains source code and configuration files that were used in the demos and presentation for "Implementing Security for ArcGIS Server Java Solutions".The README.txt in the file should walk you each of the demos in your install of ArcGIS Server (Java). Download

DS2009_Building and Extending Tasks for ArcGIS Server—Java Web Applications


0 Ratings
Mar 24 2009 9.3 jimgough 343
A simple custom Java ADF task to pick a zoom factor, a Zoom Command Button, a select features, and a simple edit task. Also custom TaskInfo for tools and customizing tasks buttons with images and layout. Download

Sample Java Viewer


4 Ratings
Dec 29 2008
Updated:
Aug 17 2009
9.3 ESRI professional Services 1906
The Sample Java Viewer is a web mapping application build on the 9.3.1 ArcGIS Server Java Application Developer Framework. The Example Java Viewer includes sample source code for:- Drawing (Shapes, Graphics, Labels)- Tabular Results Display- Adding Map Services - OGC Support (WCS, CSW, WMC, WFS)- Feature Selection (Query Building, Buffering, Geometry Selection)- GeoRSS Support- Saving & Opening of Maps- Export... Download

Add shapefile from client side to map service


0 Ratings
Oct 18 2008
Updated:
Oct 18 2008
9.3 friolo 702
Author:Francesca RioloMappamondo GISURL: www.mappamondogis.comEmail: info@mappamondogis.comLast update: October 2008What does this demo do?-----------------------This demo shows how to add a shapefile from the client side disk into a map service as a layer within ArcGIS Server 9.3 framework.The dataset is not added as a web graphic but as a "fully" operational layer that can be used as input to available geoprocessing tasks... Download

Upload and download Points, Lines and Polygons


0 Ratings
Oct 18 2008
Updated:
Oct 18 2008
9.3 friolo 373
Original sample from ESRI Inc.Updated on September 2008 by Francesca RioloMappamondo GISURL: www.mappamondogis.comEmail: info@mappamondogis.comWhat does this demo do?-----------------------This demo shows the usage of the download & upload framework build into WebADF Java 9.3. The original ESRI sample showed the usage of the framework for points. This sample adds the capabilities to support upload and download of Polylines and Polygons. It... Download

Maven library definitions (POM files) for ArcGIS java jar libraries


2 Ratings
Oct 03 2008
Updated:
Oct 03 2008
9.3 maartenbrugman 225
The ESRI ArcGIS SDK does not include maven library definitions for the jar files.I spent some time figuring out the dependencies.Attached you find the resulting maven library definitions.The zip file also includes a Windows batch file 'deploy-jars-to-maven-repo.bat' that deploys all the non-public jar files to a Maven repository.I hope this will be of use for people using Maven to build... Download