Prev Next

Java / Java Transactions (JTA)

Difference between Global transaction and local transaction.

Global Transaction is an application server managed transaction, allowing to work with different transactional resources (for example, two differences databases, database, and message queue, etc).

Local Transaction is resource specific transaction (for example, Oracle DB Transactions) and application server has nothing to do with it.

More Related questions...

Show more question and Answers...


Comments & Discussions