Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Transaction Management in Tomcat

843841Dec 12 2005 — edited Dec 13 2005
Hi,

I am new to web development.I am using Apache tomcat as the webserver. Does tomcat provides any kind of transaction management.If so,how do i do that.

Also,if 2 people are trying to update the same row in the database(oracle),how that will happen.Will tomcat maintain that locking or database maintain any locking.

Because if one thread gets the record,other thread which is trying to update the same record will get an exception.How to handle this.

please explain.Thanks

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 10 2006
Added on Dec 12 2005
4 comments
685 views