Wednesday, September 27, 2006

Hibernate - Lazy Fetching

Very Good and easily understandable articles on lazy loading(fetching) using hibernate.
Understanding Lazy Fetching
Tuning Lazy Fetching

Thursday, September 21, 2006

Hibernate 3.1 Used with Tomcat 5.5.x

A fine article by Bill Treuman and Igor Dayen as some changes have been done in Tomcat configuration as it advanced from Tomcat 5.0 to 5.5.x. Also, Hibernate version advanced from 3.0 through 3.1(upgrade in thread-safe Hibernate session).
Click here to read more