The Hibernate in Action book talks about using a servlet filter to
handle their thread-localized HibernateUtil commitTransaction and
closeSession calls.  But Howard has talked about thread locals being
handled deep inside hivemind.

I've got Tapestry 4.1 and am using Hibernate but am not using Spring.
So what's the best strategy here?  Should my HibernateUtil be a
hivemind service?  Should I just commit transactions in my page
listener methods?  Enquiring minds....

Thanks,
Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to