The movie-database is a ROCA-style web application built on Bootstrap, jQuery, Thymeleaf, Spring HATEOAS and Spring MVC. For more information take a look at this blog post.
From the command line do:
git clone https://github.com/tobiasflohre/movie-database.git
cd movie-database
mvn jetty:run
Access http://localhost:8080/movies in your browser.
The Geb/Spock/cucumber-jvm acceptance tests for the movie-database have been moved to a separate repository: https://github.com/mlex/geb-demo.