November 2003
Intermediate to advanced
1488 pages
36h 35m
English
WebLogic provides the weblogic.transaction package to build on the Sun JTA specification and provide additional functionality.
As we saw earlier, the javax.transaction.TransactionManager interface is to be used exclusively by an application server to manage container-managed transactions. The WebLogic extension weblogic.transaction.TransactionManager permits access to the transaction manager from components using bean-managed transactions through a JNDI lookup. The bean-managed components can then suspend and resume transactions on their own behalf. The extension can also be used to allow XA resources to register and unregister themselves with the transaction manager on ...
Read now
Unlock full access