REST face

This page was last edited by Joachim Van der... on Wed, 06/07/2011 - 21:41

Summary - REST face
Maintainer:

Jan De Moerloose

Plug-in Type:Face
Status:Incubation  Code Style rating Provenance review rating Documentation rating Test coverage rating
Compatibility: back-end
Support Type:Official Geomajas plug-in

Community & Documentation

Plug-in description

Accessss the Geomajas system using REST and GeoJSON.

 

It currently allows reading layer data in GeoJSON. This can for example be used to display data in alternate clients like OpenLayers.

Future release will included REST/JSON access to the Geomajas commands and write access to the layers.

Using this plug-in in Maven

In order to use this plug-in in your Maven-project, add the following dependency to the pom.xml:

	<dependency>
		<groupId>org.geomajas.face</groupId>
		<artifactId>geomajas-face-rest-all</artifactId>
	</dependency>