Transactions
-
EJB Transaction Management Example
1. Introduction Transactions free the application programmer from dealing with the complex issues of failure recovery and multi-user programming. The…
Read More » -
Bean managed Transactions
With this example we are going to demonstrate how to handle bean managed transactions using EJBs. Enterprise beans are Java…
Read More »