JBoss AS Question:
Download Questions PDF

What is JTA?

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 Interview Questions And Answers PDF

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?