Did you try my little Hivemind-solution? If so, what was wrong for you? I
know it's not perfect, but I happen to be quite happy with it. Ok,
ta-control is still in a IMonitor/IActionListener Combi, but that really
doesn't hurt so much, does it?

> -----Original Message-----
> From: Pete [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 30, 2005 2:05 PM
> To: [email protected]
> Subject: hibernate + tapestry (again for the 1,000,000th time)
> 
> 
> I am working on a implementation of 
> 'session-per-application-transaction'
> 
> described here: http://www.hibernate.org/168.html
> 
> Has anybody ever managed _all_ of these with hibernate + tapestry?
> 
> - not using object-id's for reference but object references for the  
> business objects (at least within a single application transaction)
> - not needing attach / detach / merge on a regular base to 
> resync object  
> instances with the cache
> - not prefetching associations to avoid LazyInitializationException
> - not using silly data transfer objects
> - having application transactions with a lifetime of longer 
> than a simple  
> http request
> - having automatic transaction control with commit as a default
> - having custom transaction control in your application 
> (explicit: begin /  
> commit / rollback)
> - clearing / closing the session at the end of the 
> transaction without  
> making long living session state objects invalid
> 
> Maybe I am just asking for too much...
> 
> Hibernate and Tapestry are excellent products (probably the 
> best in their  
> category)
> 
> Just combining them will drive you _really_ insane :-(
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to