SHOGun2 is a Java based WebGIS framework, based on several high-quality Open Source frameworks.
Everything you need to know about SHOGun2 or how you can start with developing is documented in the wiki of this project.
On the shogun2 root directory (if wiki/doc has been changed):
- If the submodule has not yet been initialized:
git submodule update --init --recursive
git submodule foreach git pull origin master
git add ...
git commit
git push ...