Transaction Management in Tomcat
843841Dec 12 2005 — edited Dec 13 2005Hi,
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