Monday, December 12, 2011

Tutorial: Play Framework, JPA, JSON, jQuery, & Heroku | James Ward

Tutorial: Play Framework, JPA, JSON, jQuery, & Heroku
If you are a Java developer then you really need to give Play Framework a try. It is really refreshing to take a few minutes, step out of the legacy-feeling world of traditional Java web app development and into something modern and fun. I want to walk you through a very simple tutorial where we will build a web application with Play Framework. The application will use JPA for persistence and expose access to the data through a JSON over HTTP interface. The client-side of the application will be built with jQuery. Lets get started.

No comments:

Post a Comment