Java Transaction API Question:
Have you any idea that what is bean managed transaction?
Answer:
A bean managed transaction is an explicitly bounded for a specific transaction that is handled by a bean. The bean managed transaction is considered , in a situation as container-managed transaction has a limitation. The limitation is , the association with a specific / several transactions is not certain and it is difficult to make coding the bean. In this specific circumstance, the bean managed transaction yields good results.
Previous Question | Next Question |
What you know about Java Transaction API (JTA)? | What is Declarative Demarcation? |