You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Aquila Deus <aq...@gmail.com> on 2006/02/28 07:03:41 UTC

HiveMind managed transaction with Page?

Hi all! I've read a bit in
http://www.theserverside.com/articles/article.tss?l=HivemindBuzz , and
now I'm wondering if I can apply the transaction MethodInterceptor for
tapestry pages?

for example, having something like:

@Transactional
public void doSubmit() {
  ....
}


Any ideas?

RE: HiveMind managed transaction with Page?

Posted by James Carman <ja...@carmanconsulting.com>.
Yes, and that was, indeed, inspired by the article you mentioned.

-----Original Message-----
From: Aquila Deus [mailto:aquila.deus@gmail.com] 
Sent: Tuesday, February 28, 2006 8:50 AM
To: tapestry-user
Subject: Re: HiveMind managed transaction with Page?

Just found this => http://javaforge.com/proj/summary.do?proj_id=481

:))

On 2/28/06, Aquila Deus <aq...@gmail.com> wrote:
> Hi all! I've read a bit in
> http://www.theserverside.com/articles/article.tss?l=HivemindBuzz , and
> now I'm wondering if I can apply the transaction MethodInterceptor for
> tapestry pages?
>
> for example, having something like:
>
> @Transactional
> public void doSubmit() {
>   ....
> }
>
>
> Any ideas?
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: HiveMind managed transaction with Page?

Posted by Aquila Deus <aq...@gmail.com>.
Just found this => http://javaforge.com/proj/summary.do?proj_id=481

:))

On 2/28/06, Aquila Deus <aq...@gmail.com> wrote:
> Hi all! I've read a bit in
> http://www.theserverside.com/articles/article.tss?l=HivemindBuzz , and
> now I'm wondering if I can apply the transaction MethodInterceptor for
> tapestry pages?
>
> for example, having something like:
>
> @Transactional
> public void doSubmit() {
>   ....
> }
>
>
> Any ideas?
>