Geomajas
Community Documentation
Next
Geomajas user guide for developers
Geomajas Developers and Geosparc
v1.7.1
Copyright © 2010 Geosparc nv
I. Introduction
1. Preface
1.1. About this document
1.2. About this project
1.3. License information
1.4. Author information
II. Architecture
2. Architecture
2.1. Command
2.2. Pipelines
2.2.1. Pipeline architecture
2.2.2. Application in the back-end
2.3. Layer
2.4. Security
2.4.1. Security architecture
2.4.2. How is this applied ?
2.4.3. Server configuration
3. Plug-ins
4. Project structure
4.1. Face and plug-in registration
4.2. Module Overview
III. API
5. API contract
5.1. API annotation
5.2. Back-end API
5.3. Command and plug-in API
5.4. GWT face API
5.5. API compatibility and Geomajas versions
6. Commands
6.1. CommandDispatcher service
6.2. Provided commands
7. Layers
7.1. RasterLayerService
7.2. VectorLayerService
8. Security
8.1. Authentication versus authorization
8.2. What can be authorized
8.3. SecurityManager service
8.4. SecurityContext service
9. Pipelines
9.1. PipelineService
9.2. Configuration
9.3. Default pipelines
9.3.1. RasterLayerService
9.3.2. VectorLayerService
10. Utility Services
10.1. ConfigurationService
10.2. GeoService
10.3. DtoConverterService
10.4. FilterService
10.5. TextService
IV. Configuration
11. Configuration basics
11.1. web.xml
11.2. General principles
11.3. Geomajas configuration
12. Map configuration
12.1. Raster layer configuration
12.1.1. Raster layer info
12.2. Vector layer configuration
12.2.1. Vector layer info
12.2.2. Bean layer configuration
12.3. Client configuration
12.3.1. Map configuration
12.3.2. Client layer configuration
13. Security configuration
14. Transaction configuration
15. Coordinate Reference Systems
V. How-to
16. Writing your own commands
17. Create a plug-in
17.1. Using the plug-in archetype
17.2. Plug-in structure
17.3. Plug-in declaration and dependencies
18. Create a layer plug-in
18.1. Writing your own layer
19. Create a security plug-in
19.1. Writing your own security service
VI. Appendices
A. Migrating between Geomajas versions
A.1. Migrating between Geomajas 1.6.0 and Geomajas (back-end core) 1.7.1
A.2. Migrating from Geomajas 1.5.4 to Geomajas 1.6.0
A.3. Migrating from Geomajas 1.5.3 to Geomajas 1.5.4
A.4. Migrating from Geomajas 1.5.2 to Geomajas 1.5.3
A.4.1. General API changes
A.4.2. Configuration changes
A.5. Migrating from Geomajas 1.5.1 to Geomajas 1.5.2
A.6. Migrating from Geomajas 1.5.0 to Geomajas 1.5.1
A.7. Migrating from Geomajas 1.4.x to 1.5.0
Next
Part I. Introduction