1.

What Is Jta (java Transaction Api) In Java Ee?

Answer»

Java Transaction API is an API specified in Java EE that provides applications a standard way to ACCESS transactions independent of any specific implementation. JTA transactions are controlled by Java EE transaction manager. Transaction are STARTED, committed or rolled back by calling corresponding METHODS on the User Transaction API.

Java Transaction API is an API specified in Java EE that provides applications a standard way to access transactions independent of any specific implementation. JTA transactions are controlled by Java EE transaction manager. Transaction are started, committed or rolled back by calling corresponding methods on the User Transaction API.



Discussion

No Comment Found