From: Christian B. <chr...@bl...> - 2002-12-21 13:47:55
|
On 21 Dec (17:41), Gavin King wrote: > I have started a new Wiki page in the community area where we can > (collaboratively) > produce some documentation of common Hibernate design patterns. The page > is > called "workarounds" at the moment, but it can be more general than > that. I've > documented two patterns already and added one TODO (for people with > knowledge > of Maverick / servlet filters to fill out). > > http://hibernate.bluemars.net/40.html Ah, never heard of ThreadLocal before. Looks like I've found the Container to hold the Hibernate Session in a J2EE-environment. I never did any programming with threads before, so it was a new concept for me. If ThreadLocal is news for anyone else, have a look at this good explanation: http://www-106.ibm.com/developerworks/java/library/j-threads3.html -- Christian Bauer tu...@in... |