RE: Transaction control in Struts

2006-11-12 Thread Nitin M. Mandolkar
There is no option in struts to maintain Transaction (ACID). You have
look for frameworks like Hibernate or Java Transaction API may help you.

Nitin 
-Original Message-
From: Balwinder [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006 10:35 PM
To: Struts Users Mailing List
Subject: Transaction control in Struts

Hi everyone!!

What option struts provide for handling transaction(atomicity) in 
application.

Thanks in advance.

Thanks and Regards,
Balwinder Kumar

-
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]



Re: Transaction control in Struts

2006-11-09 Thread Ted Husted

Generally, transactions are associated with database operations, where
multiple tables need to be updated, and if any update fails, then all
the updates should fail. Struts doesn't not provide a data access
layer, and so transaction management has been out of scope. Typically,
transactions will be handled by a data access framework, like iBATIS
or Hibernate.

-Ted.

On 11/9/06, Balwinder <[EMAIL PROTECTED]> wrote:

Hi everyone!!

What option struts provide for handling transaction(atomicity) in
application.

Thanks in advance.

Thanks and Regards,
Balwinder Kumar


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



Transaction control in Struts

2006-11-08 Thread Balwinder

Hi everyone!!

What option struts provide for handling transaction(atomicity) in 
application.


Thanks in advance.

Thanks and Regards,
Balwinder Kumar

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