Maven

Content Front is available through the projects maven repo. Details below.

Add the Content Front repository to your pom.xml:

<repositories>
<repository>
<id>content-front-repo</id>
<name>Content Front Maven Repository</name>
<layout>default</layout>
<url>http://contentfront.sourceforge.net/maven2</url>
</repository>
</repositories>

To use Jackrabbit as the backing CMS implementation, include the content-front-jackrabbit artifact:

<dependency>
<groupId>net.sf.content-front</groupId>
<artifactId>content-front-jackrabbit</artifactId>
<version>2.6</version>
</dependency>

Demo project

Check out the demo project which implements a simple forum application.

https://contentfront.svn.sourceforge.net/svnroot/contentfront/trunk/content-front-forum

This uses Jersey (JAX-RS) as dispatcher.