This project provides a complete sample application with Play and some additional frameworks (jQuery, lambdaJ).
This application allows to vote for music albums. The top 100 albums for each genre of music is calculated for each year. Example: the most popular rock album of 1991 was Nirvana's Nevermind.
vote4music sample app covers the following features:
Bonus feature : WebSocket demo (asynchronous request, push request to refresh the browser)
vote4Music is an application I've created to have a base of examples for my tutorials on Play Framework. You can read them to understand the code of the application.
You can check this tutorials here
If you're a french reader, you can check play.rules, an open source ebook about Play that integrates the tutorials.
See wiki for information about application and API usage
There is also a Play Scala version of this application. You can check the Scala version here