Hi all,
    What are the ways to handle transactions in Tomcat ?. No EJB here. I use
Tomcat standalone. I am using JDBC calls to manage DB. I had used
Connection.commit() and party in previous projects. But this have 2 draw
backs
1. Need to pass Connection to methods which is coming under the transaction.
2. Some methods may need to be transactional in future which are not
transactional now. Since now it is not transactional I am not passing the
Connection object. Hence it requires modification of the method signature to
implement the new changes which is not desirable in most cases.
    So I am looking for alternate ways. How you people handle this ?.

rgds
Antony Paul

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

Reply via email to