Posted By:
John_Zhang
Posted On:
Tuesday, March 9, 2004 02:47 PM
in SQL,I can use begin/commit/rollback to control where the transaction start/stop,in EJB,if I use the container managed transaction,I don't write any code to control transactions,instaed,container will control it,let's say,I have a web based application,jsps call session beans, I set the transaction to "required" for beans,how does container knows where the transaction start/stop?