This is a REST-application that expose a blog model with title and body.
The backend is a struts2 application that uses the REST-plugin to simply REST-applications in Java. Depends on hibernate and a mysql database.
The frontend is backbone.js application that uses the json api to view, create and delete blogs
Build a WAR-file in ./dist/ by running:
ant
Copy the war-file to your application server