Re: Distributed Transaction without EJB.

2000-12-21 Thread James Manning
[Scott Stirling] JTS is not officially part of J2EE, so I haven't had to deal with it personally. http://java.sun.com/j2ee/transactions.html This page seems to imply JTS and JTA are both included, esp. since they specifically say that they're RI includes a transaction manager that supports

RE: Distributed Transaction without EJB.

2000-12-13 Thread Scott Stirling
I'm not sure for JTS. I suspect maybe with CORBA, but I've never thought about it. Theoretically? Yes. In J2EE? No. Servlets are designed for fast, stateless, dynamic processing. Distributed transactions require a transaction manager and resource managers. The key to having them work is the