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
:[EMAIL PROTECTED]]On Behalf Of Winston Ng Sent: Tuesday, December 12, 2000 6:58 PM To: Orion-Interest Subject: Distributed Transaction without EJB. Hi All, Is it possible to perform distributed transaction using JTA/JTS from a servlet without using EJB at all? From reading some of the past

Distributed Transaction without EJB.

2000-12-12 Thread Winston Ng
Hi All, Is it possible to perform distributed transaction using JTA/JTS from a servlet without using EJB at all? From reading some of the past posting, one of the benefits of using EJB over Servlets is that EJB can provide distributed transaction but not servlets. However, isn't it true that