In order to learn more about creating a Play application with JPA and PostgreSQL, I followed the todolist application instructions:
http://www.playframework.com/documentation/2.2.x/JavaTodoList
The key difference from the original tutorial is I changed the backend to use JPA with PostgreSQL instead of the default ebean configuration. The code can be viewed here:
Leave a Reply