REST interface for several services
Read the Google Coding Style Guide for more information.
Read the Wiki for more information or take a look at the JavaDoc.
The project has 3 modules:
The Server module contains the REST-API and will be deployed.
The Common module contains different classes (most model and constants) which will be needed by the Server and Client module.
The Client module contains the interfaces to access the REST-API. This module (packaged as jar) can be used from other projects to access the REST-API.