BEA WebLogic Server™ 8.1 Unleashed
by Mark Artiges, Gupreet Singh Bhasin, Bernard Ciconte, Malcolm Garland, Saranathan Govindarajan, James Huang, Subramanian Kovilmadam, Kunal Mittal, Paul J. Perrone, Tom Schwenk, Steve Steffen
How Transactions Are Performed by WebLogic Server
WebLogic Server can serve as both the application server and transaction manager. It also provides extensions to the JTA and an array configuration and management utilities. Those available to you depend on which type of transaction you're programming.
There are three different approaches to transaction management. The approach to be used depends on whether the transaction is local or global and, in some cases, the type of component:
Local transactions— Resource managers can manage local transactions themselves, which is sufficient in nondistributed applications that utilize a single resource. For example, in JDBC, demarcation is easily managed with the commit and rollback methods of the java.sql.Connection ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access