Blogging Roller

Dave Johnson on blogging, open source and Java

Above: a random selection of photos from my Flickr photo-stream.

Tuesday Mar 25, 2003

Do tell.

Matthew Porter: Right now, I really want to blog about the way we manage Hibernate sessions in JLCP. My problem with the currently suggested Hibernate patterns was that they broke fine-grained DAOs, notabley in unit tests and when DAOs call other DAOs. I also did not like the non-OO nature of all the static methods. Until then, check out the HibernateSessionManager and HibernateSession in the code.

I really want you to blog about that too.