Blog Archives

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

Posted in JPA, Play Framework, PostgreSQL, WordPress