JBoss AS Question:

What is JTA?

Tweet Share WhatsApp

Answer:

► Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications.
► The Java™ Transaction API (JTA) allows applications to perform distributed transactions, that is, transactions that access and update data on two or more networked computer resources.
► The Java Transaction API consists of three elements: a high-level application transaction demarcation interface, a high-level transaction manager interface intended for an application server, and a standard Java mapping of the X/Open XA protocol intended for a transactional resource manager.

Download JBoss PDF Read All 31 JBoss Questions
Previous QuestionNext Question
How do you monitor JBoss and detect the bottleneck of an application?What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?