-
Notifications
You must be signed in to change notification settings - Fork 23
Introduction
This page provides basic information about the SHOGun2 project.
SHOGun2 is a Java based framework to create WebGIS applications.
It is (respectively will be) based on several high-quality Open Source frameworks, such as
- [S] pring
- [H] ibernate
- [O] penLayers
- [G] eoExt
- [un] counted others, originally [un] d andere
SHOGun2 is based on Java and managed with Maven. As you will probably create WebGIS applications, you will also need some kind of servlet container, which can ideally be integrated into your IDE. We are using Tomcat and Eclipse for those purposes.
We recommend to use the Java Development Kit (JDK) 7 for the development of SHOGun2.
SHOGun2 uses Maven as its project management tool. It is an essential requirement that you have Maven installed on your system:
$ (sudo) apt-get install maven
More information about Maven is available here: http://maven.apache.org/
As SHOGun2 is usually used to create WebGIS applications, you will also need some kind of servlet container. If you will follow the Quickstart tutorial in this wiki, we recommmend to use
as this is the scenario described in the tutorial.
Other considerable servlet containers would be JBoss, GlassFish or Jetty but we never tried them with SHOGun2.
If you are using SHOGun2 with a different IDE and/or servlet container or if you have any questions, feel free to contact the mailing lists: [email protected] or [email protected]