cilla-service
This module contains the high level services provided by Cilla.
Contents
- Services for content and user management.
- Configuration services.
- Implementation of the Cilla Web Services.
- Session management and role checking for the Web Services.
How to Use
Add this snippet to your pom.xml:
<dependency>
<groupId>org.shredzone.cilla</groupId>
<artifactId>cilla-service</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>