|
A Distributed Transaction involves multiple resources and resource
managers.
Example:
A
transaction spanning inserts into a database, followed by messages being written
to a JMS queue, would be contained within a distributed
transaction.
Two
phase commit is a protocol used to control distributed transactions (www.opengroup.org)
JTA is
implemented in javax.transaction which contains the API for managing local
transactions. You can download JTA 1.0.1 specification from http://java.sun.com/products/jta/
Yes In
JTA, transaction is managed by the Transaction mananger of J2EE, each
application server has embedded within it a transaction
manager.
I
suggest you could also buy a good book or refer some
sites.
Vikram.
-----Original Message----- From: prashant samant [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 9:00 PM To: [EMAIL PROTECTED] Subject: transaction manager
|
- transaction manager prashant samant
- Vikramjit Singh
