Books
Tags
Ant Apache Apple C# CDI Cloud Database Eclipse EJB EJB3 Enterprise Facelets FireFox GlassFish gui Hibernate HSQL html iPhone Java Java EE JavaScript JBoss JDeveloper JDK JSF Kenai Linux Mac Maven Microsoft NetBeans OpenOffice Opera Oracle RichFaces Ruby Seam SOA Spring Struts Subversion UML Weld WordPressCategories
Archives
- July 2010 (4)
- May 2010 (1)
- April 2010 (1)
- January 2010 (4)
- August 2009 (1)
- July 2009 (2)
- June 2009 (2)
- April 2009 (3)
- March 2009 (3)
- January 2009 (2)
- December 2008 (1)
- November 2008 (1)
- October 2008 (12)
- May 2008 (2)
- March 2008 (1)
- February 2008 (1)
- January 2008 (2)
- September 2007 (5)
- August 2007 (2)
- July 2007 (4)
- June 2007 (2)
- January 2007 (2)
- November 2006 (1)
- October 2006 (5)
- September 2006 (5)
- June 2006 (1)
- April 2006 (2)
- March 2006 (1)
- February 2006 (2)
- January 2006 (7)
- December 2005 (8)
- November 2005 (8)
- October 2005 (2)
- September 2005 (10)
- August 2005 (10)
- June 2005 (9)
- April 2005 (3)
- February 2005 (2)
- January 2005 (4)
Meta
Tag Archives: Hibernate
Hibernate is the most popular Persistence API
A recent poll on java.net is currently showing that out of 1488 votes, Hibernate is the most common persistence API with 30.2% of the votes, whereas JDBC only has 11.3% of the votes. Its interesting and encouraging to see the number of … Continue reading
UML Diagrams for Hibernate
I’ve just found this linked to from the Hibernate home page. It looks kinda cool. Linguine Maps for Hibernate is an open-source utility that will automatically produce easy to read UML-style entity-relation diagrams from Hibernate mapping files.
Book Review: Better, Faster, Lighter Java
Better, Faster, Lighter Java I’ve just finished reading this book by Bruce Tate and Justin Gehtland. Its one of the best books I’ve read for a long time and I thoroughly recommend it. The book begins by explaining how Java … Continue reading
Hibernate 3.0 final released
The latest production version of Hibernate (3.0) was released yesterday. According to the Hibernateweb site, this contains minor fixes and some new functionality including two new database dialects. I’ve been using the 3.0RC1 since its release and found it to be … Continue reading
Hibernate 3 Migration Guide
Hibernate have just released a migration guide for users going from version 2 to version 3. Probably a good read for anyone considering upgrading.