philwilson.org

2 posts tagged with "hibernate"

See all tags and the latest posts

Logging database content changes in a Play Framework app

20 June, 2012 - 316 words
To do this we use Hibernate Envers. There are 3 easy steps to adding change logging to the data in your existing Play Framework app (I am using 1.2.4 – version 2 may well be different): Add the library Add the standard configuration Add an annotation to each cl...

read more

Struts2 + Hibernate + Spring

22 January, 2008 - 381 words
At work we’re playing with creating a personal-homepage application in the style of iGoogle and others. We’re a Java shop, using pretty basic JSP+servlets+Hibernate as our standard application development structure. Since when we formed we were quite a varied team in skillset this has meant that everyone is now more or less equally versed in core Java web ...

read more