bean-managed-transactions
Calling a HTTP service within a JPA/JTA transaction - transaction integrity
I have a JSF/EJB/JPA application which uses container managed persistence. There is one case where a call is made to an external service via HTTP which has a cost, this[详细]
2023-03-08 23:49 分类:问答EJB3: Why are transaction semantics and statefulness considered implementation details?
Transaction semantics and state-fullness are considered implementation details in EJB3. An implementation can decide whether to use bean or container managed transactions.[详细]
2022-12-17 06:16 分类:问答