迁移分享:可用于java访问管理geoserver
Go to file
Simone Giannecchini 9e0e9490c2 Update README.md
2016-04-16 12:39:51 +02:00
src Update GeoServerRESTManager.java 2016-04-16 12:28:16 +02:00
.gitignore Initial revision 2011-05-10 16:05:15 +02:00
.travis.yml Create .travis.yml 2016-04-06 17:40:41 +02:00
createGitIgnore Initial revision 2011-05-10 16:05:15 +02:00
gitignore Added method for creating PostGIS datastores (with some code from E.Grosso). 2011-05-24 10:24:20 +02:00
License.txt Update License.txt 2016-04-06 17:33:41 +02:00
pom.xml Version 1.8-SNAPSHOT 2016-04-15 13:19:43 +02:00
README.md Update README.md 2016-04-16 12:39:51 +02:00
report.sh add report.sh script: produce report for releases 2014-04-30 16:53:56 +02:00

geoserver-manager

Status

  • Master on travis Build Status
  • Master on Linux + OracleJDK7 Build Status
  • Master on Windows + OracleJDK7 Build Status
  • Stable on Linux + OracleJDK7 Build Status
  • Stable on Windows + OracleJDK7 Build Status
  • Coveralls Coverage Status

Intro

Client library written in Java to interact with GeoServer through its ReST administration interface.

The purpose of this project is to hold a ReST client library to interact with GeoServer; a requirement for this library is to depend as less as possible on external libraries. This library aims at being lean and mean.

For general questions about this project feel free to use the mailing lists.

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:

   <repository>
      <id>GeoSolutions</id>
      <url>http://maven.geo-solutions.it/</url>
   </repository>

and the dependency tag for your pom is as follows:

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

Documentation

You can find some examples in the wiki.

License

geoserver-manager is released under a permissinve MIT license. See wikipedia for more information.

Mailing Lists

For more information see this page.

Version

Current stable version is 1.7.0 (Changelog).

Credits

The work on this library has been initiated by GeoSolutions. Over the years it has been funder by various organizations like UN FAO, German Space Agency (DLR) and others.