- Java EE 8 Cookbook
- Elder Moraes
- 47字
- 2021-08-27 19:07:38
Using EJB and JTA for transaction management
The Java Transaction API, or JTA, is an API that enables distributed transactions over the Java EE environment. It is most powerful when you delegate the transaction management to the server.
This recipe will show you how to do it!