Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the Java Transaction API (JTA)?

API Java jta transaction
0
Posted

What is the Java Transaction API (JTA)?

0

Location: http://www.jguru.com/faq/view.jsp?EID=2562 Created: Dec 14, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) JTA is a service-oriented API specification. Typically, we think of JTA as the service API used by application programmers to group operations into one or more logical transactions. JTA actually provides three types of services: • Transactional operations in client applications • Transactional operations in application servers performed on behalf of clients • Global transactional management in a Java transaction manager coordinating multiple transaction-capable resource managers such as database servers and messaging systems The most noticeable and often-used functionality is javax.transaction.UserTransaction, which provides services for explicit client control of transactions.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123