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

The difference between a WordPress page and post

A page is representative of a traditional static html page.  An about page is a good example of a WordPress page. A post is an entry that can appear on a page.  Typically they are assigned to the Home page.

Posted in WordPress