Download the Spincast Quick Start [.zip] application as a starting point to build a new application.
Follow the Quick Start guide to learn how to use it.
The current version is : 2.2.0
.
The Maven artifact to start an application with all the default plugins :
<dependency> <groupId>org.spincast</groupId> <artifactId>spincast-default</artifactId> <version>2.2.0</version> </dependency>
Make sure your read the Bootstrapping your app section of the documentation to know how to start your application with this artifact in place.
The source code is on Github.