Re: ThreadLocals for Hibernate in Tapestry 4.1

2006-10-31 Thread James Carman
You can use Tapernate (www.carmanconsulting.com/tapernate) if you want, but I'd recommend against the persistence strategies as I think I have a better idea how to do it and it'll be changing soon. The hibernate configuration, open-session-in-view, data squeezer, and POJO rollback features are wo

ThreadLocals for Hibernate in Tapestry 4.1

2006-10-30 Thread Bill Holloway
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 Spr