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.
Dave Johnson
in Java
• 🕒 06:43PM Mar 25, 2003
Tags:
Java