Build - geronimo-iia/restexpress GitHub Wiki
A usual, simply do a 'mvn clean install"
- restexpress-common: Common Definition which can be used by Server and a Java Client
- restexpress-core: server implementation
- restexpress-server: server distribution, with cache and route plugin activated
- restexpress-plugin:
- plugin-gson: Gson serializer
- plugin-xstream: Xstream serializer
- restexpress-sample
- echo: A simple example
If you would integrate Restexpress server in your project, you have to use this dependency:
<dependency>
<groupId>org.intelligents-ia.restexpress</groupId>
<artifactId>restexpress-server</artifactId>
<version>X.X.X</version>
</dependency>