Posted By:
Subodh_Chavan
Posted On:
Thursday, May 15, 2003 07:51 AM
Servlets and JSP pages can take part in transactions using
javax.transaction.UserTransaction interface ,defined in the JTA
specification.
Reference to this interface can be obtained from JNDI namespace of Webserver / Appserver that you are using.
Configuration of these resources in JNDI namespace is vendor specific.