August 2004
[ eivindw ] 08:58, Friday, 6 August 2004

I'll be speaking about Hibernate development at this years JavaZone conference. It's the biggest Java conference in Norway, for sure worth a visit if you're in Oslo in 15th september.

[ eivindw ] 08:45, Friday, 6 August 2004

I added a report for FindBugs in our Maven build. It seems to find quite a few issues not detected by Checkstyle, PMD and Simian.

FindBugs is much more targeted towards finding potensial bugs in your code. They use static analysis to inspect the Java bytecode. The list of things being checked is quite long, and growing:

http://findbugs.sourceforge.net/bugDescriptions.html

I first started looking at it after an excellent presentation (TS-1847) by William Pugh and David Hovemeyer at JavaOne this year.

[ eivindw ] 08:36, Friday, 6 August 2004

I just made a small review of "Hibernate - Developer's Notebook" from O Reilly. It's posted on java.no (in Norwegian):

Hibernate - Developer's Notebook (java.no)

In short I like the way the book is written, as a tutorial with small examples. It's very quickly read, and should be perfect for anyone looking to get an introduction or overview of Hibernate.