-
Notifications
You must be signed in to change notification settings - Fork 149
Development topics
mhogeweg edited this page Jan 31, 2013
·
10 revisions
The following topics are likely of interest to developers or folks that want to customize or modify their geoportal implementation:
- Components of the geoportal: descriptions and diagrams of the internal components and how they work within the geoportal.
- Customizations: further customizations that you can do with little or no code modification.
- Modifying: how to access the source code and how to submit changes back to the Esri geoportal team.
- IDE Topics: how to set up and use Geoportal Server in an Integrated Development Environment.
The Geoportal Server Javadoc contains details on the packages used in the Geoportal Server web application. The Javadoc is accessible for web use and downloadable for local use, and is available for released Geoportal Server versions as listed below.
- version 1.2.2 web accessible, download.
- version 1.2 web accessible, download.
- version 1.1.1 web accessible, download.
- version 1.1 web accessible, download.
- version 1.0 web accessible, download.
The Geoportal XML Editor(GXE) documentation is consist of javascript documentation to explain javascript classes and XML documentation to describe xml elements used in GXE configuration file.
Back to Main Page