Skip to content
Simone Giannecchini edited this page Oct 24, 2013 · 36 revisions

GeoServer-Manager

Introduction

The purpose of this project is to hold a *REST* client library to interact with http://www.geoserver.org GeoServer; a requirement for this library is to depend as less as possible on external libraries. This library aims at being *lean and mean*.

GeoServer

As a first step, the REST library used in GeoBatch has been exported, refactored and then imported here.

Version

Current stable version is 1.5.2 (Changelog).

Using the library

Working with Maven

In order to include the lib and its dependencies in a Maven project, the repository to point at is this one:

http://maven.geo-solutions.it/

and the dependency tag for your pom is as follows:

  <dependency>
    <groupId>it.geosolutions</groupId>
    <artifactId>geoserver-manager</artifactId>
    <version>1.5.2</version>
  </dependency>

Building doc

If you like to build the lib by yourself, please take a look to the Building instructions.

JavaDocs

The Maven generated site can be found here:

Javadocs can be found here:

Both of them are automatically built and deployed by our continuous integration server which is using Jenkins

Documentation

Here you can find some examples.

Additional documentation can be found here.

Mailing list for users

The mailing list for the project is located here:

https://groups.google.com/group/geoserver-manager-users

Mailing list for developers

The mailing list for the project is located here:

https://groups.google.com/group/geoserver-manager-devs

Contributions

Here is a short howto on how to contribute to the project.

License

GeoServer-Manager is open source and licenced under the MIT License.

Funding and Contributions

This library draws its essence from the efforts endured inside GeoSolutions in various projects. Funding, feedback and/or code contributions have come over time from the following organizations:

  • Initial funding has been provided by UN FAO CIOK department.
  • Code has been contribute by the UN FAO FI Department (as part of FIGIS developments)

  • Funding has been provided by the MATO CMRE Centre for various improvements

  • Funding and feedback has been provided by DLR and Eumetsat for improving support of spatiotemporal mosaics

DLR