Skip to content

Geosparc/geomajas-project-client-gwt2

 
 

Repository files navigation

Geomajas GWT Client 2.x

What is Geomajas

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains the Client 2.x. It is based upon the GWT technology.

For more details about the project, how to use it, manuals and other information, take a look at the website at http://www.geomajas.org/ .

For commercial support see http://www.geosparc.com/ .

Explanation of all folders in the root

  • common-gwt: Libraries containing common code used in both Geomajas clients.
  • api: The client API
  • impl: The implementation of the API.
  • server-extension: Extension of the client to include the Geomajas server.
  • documentation: The main documentation artifact.
  • example-base: Library with showcase layout. It is used by the showcase application.
  • example-jar: Library containing samples on the API
  • example: Showcase application. It bundles all samples from all plugins.
  • plugin: Folder containing all plugins for this client, such as WMS client, editing, GIS widgets, ...

Build Process

In order to build Geomajas, we recommend using Maven (see http://maven.apache.org/). Following Maven best practices, the pom.xml files do not contain any Maven repositories.

You'll have to add the Geomajas Maven repository (http://maven.geomajas.org/) to your settings.xml file, which can be located in:

~/.m2/settings.xml

Next go to the root of the source code and run:

mvn install

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.7%
  • CSS 3.3%