Play Framework 2 Todolist with JPA and PostgreSQL

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:

https://github.com/abefarris/todolist

Posted in JPA, Play Framework, PostgreSQL, WordPress

Leave a comment