Re: Open Session in View - Tapestry

2006-04-17 Thread Henri Dupre
: Friday, April 14, 2006 11:25 PM > To: Tapestry users > Subject: Re: Open Session in View - Tapestry > > I just posted few days ago in the wiki some hivemind code that implements > the spring open session in view in Hivemind. > > Just check in Tapestry4/Spring. > > Henri.

RE: Open Session in View - Tapestry

2006-04-14 Thread James Carman
April 14, 2006 11:25 PM To: Tapestry users Subject: Re: Open Session in View - Tapestry I just posted few days ago in the wiki some hivemind code that implements the spring open session in view in Hivemind. Just check in Tapestry4/Spring. Henri. On 4/12/06, Sukma Agung Verdianto <[EMAIL

Re: Open Session in View - Tapestry

2006-04-14 Thread Henri Dupre
I just posted few days ago in the wiki some hivemind code that implements the spring open session in view in Hivemind. Just check in Tapestry4/Spring. Henri. On 4/12/06, Sukma Agung Verdianto <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to implement Open Session in View in tapestry applica

RE: Open Session in View - Tapestry

2006-04-14 Thread Jean-Francois Poilpret
AM To: tapestry-user@jakarta.apache.org Subject: Re: Open Session in View - Tapestry Jean-Francois, I certainly did not mean to imply this is a bug or any deficiency of hivetranse. I find hivetranse quite solid. :) I believe that it wasn't primarily designed for a Tapestry application o

Re: Open Session in View - Tapestry

2006-04-14 Thread Andreas Bulling
On 14. Apr 2006 - 14:29:09, Andreas Bulling wrote: | Perhaps I just don't understand the problem or I don't know | enough about the session issues but for me it seems to work | without any problems: I've just put the hivetranse jars in, | defined service points for every DAO and the Session in | hi

Re: Open Session in View - Tapestry

2006-04-14 Thread Andreas Bulling
Perhaps I just don't understand the problem or I don't know enough about the session issues but for me it seems to work without any problems: I've just put the hivetranse jars in, defined service points for every DAO and the Session in hivemodule.xml and then I can CRUD my domain objects inside the

Re: Open Session in View - Tapestry

2006-04-13 Thread Mark Reynolds
Jean-Francois -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mark Reynolds Sent: Thursday, April 13, 2006 4:42 AM To: tapestry-user@jakarta.apache.org Subject: Re: Open Session in View - Tapestry I tried the hivetranse approach, but had 2 problems. 1) hivetran

RE: Open Session in View - Tapestry

2006-04-13 Thread Jean-Francois Poilpret
AM To: tapestry-user@jakarta.apache.org Subject: Re: Open Session in View - Tapestry I tried the hivetranse approach, but had 2 problems. 1) hivetranse seems to limit a hibernate session to a single transaction, and 2) its declarative approach ultimately limits the transaction demarcation to a sin

RE: Open Session in View - Tapestry

2006-04-13 Thread Schulte Marcus
Valid point, will do. > -Original Message- > From: Konstantin Ignatyev [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 13, 2006 9:01 AM > To: Tapestry users > Subject: Re: Open Session in View - Tapestry > > > +1 > Please add Ant build script and instruct

Re: Open Session in View - Tapestry

2006-04-13 Thread Konstantin Ignatyev
- >> From: Mark Reynolds [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, April 12, 2006 11:42 PM >> To: tapestry-user@jakarta.apache.org >> Subject: Re: Open Session in View - Tapestry >> >> >> I tried the hivetranse approach, but had 2 problems. 1) >>

Re: Open Session in View - Tapestry

2006-04-12 Thread Nick Faiz
://honeycomb.javaforge.com . It comes with a ready to use CRUD-Application-Template to get you started immediately. -Original Message- From: Mark Reynolds [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 11:42 PM To: tapestry-user@jakarta.apache.org Subject: Re: Open Session in View - Tapestry I

RE: Open Session in View - Tapestry

2006-04-12 Thread Schulte Marcus
mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 11:42 PM > To: tapestry-user@jakarta.apache.org > Subject: Re: Open Session in View - Tapestry > > > I tried the hivetranse approach, but had 2 problems. 1) > hivetranse seems > to limit a hibernate session to a

Re: Open Session in View - Tapestry

2006-04-12 Thread Mark Reynolds
I tried the hivetranse approach, but had 2 problems. 1) hivetranse seems to limit a hibernate session to a single transaction, and 2) its declarative approach ultimately limits the transaction demarcation to a single method call, and I couldn't figure out a good way to structure my application

Re: Open Session in View - Tapestry

2006-04-12 Thread Ted Steen
Hi! Have a look at hivetranse http://hivetranse.sourceforge.net/web/index.html It has excelent transaction, rollback and exception handling. You just drop the jar in there and add a few lines to hivemodule.xml. Hope it helps! On 4/12/06, Sukma Agung Verdianto <[EMAIL PROTECTED]> wrote: > Hi, > >

RE: Open Session in View - Tapestry

2006-04-11 Thread Schulte Marcus
e than one per request). You may find useful example code at http://honeycomb.javaforge.com Marcus > -Original Message- > From: Sukma Agung Verdianto [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 7:13 AM > To: tapestry-user@jakarta.apache.org > Subject: Open S

Open Session in View - Tapestry

2006-04-11 Thread Sukma Agung Verdianto
Hi, I'm trying to implement Open Session in View in tapestry application. There is a way to create servlet filter to open and close the db session. (I'm using ServletRequestServicer) My question is, how can I catch the page exception to rollback the transaction, because tapestry ExceptionHandling