Java / Java Transactions (JTA)
Difference between a transaction and distributed transaction.
A transaction defines a logical unit of work that either completely succeeds or produces no result at all.
A distributed transaction is simply a transaction that accesses and updates data on two or more networked resources, and therefore must be coordinated among those resources.
More Related questions...