BEA Logo






BEA WebLogic Enterprise Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

 

Transaction management helps guarantee that database transactions are completed accurately and that they take on all the properties of a high-performance transaction. WLE provides a complete infrastructure for ensuring that database updates are done accurately, even across a variety of resource managers. WLE supports transactions in CORBA C++, CORBA Java, and J2EE environments.

 

All Transaction Topics

Contains a comprehensive, hyperlinked list of transaction topics.

Introducing Transactions

Provides an overview of transactions in WLE applications, including when to use transactions, what happens during transactions, and descriptions of sample applications.

Transaction Service

Describes the WLE Transactions Service in relation to CORBA, EJB, and RMI applications. This topic also describes the UserTransaction portion of the Java Transaction API (JTA).

Transactions in CORBA Server Applications

Describes how to integrate transactions in WLE client and server applications, manage object state, and include user-defined exceptions.

Transactions in CORBA Client Applications

Describes how to use transactions in CORBA C++, CORBA Java, and ActiveX client applications for WLE software.

Transaction Sample CORBA Java JDBC Application

Describes the JDBC Bankapp sample application, which implements an automatic teller machine (ATM) interface and uses Java Database Connectivity (JDBC) for database access.

Transaction Sample CORBA C++ XA Application

Explains how to design and implement transactions in a WebLogic Enterprise (WLE) server application using the Transactions University sample application. This sample is intended for a CORBA C++ environment using the XA resource manager.

Transaction Sample CORBA Java/C++ XA Application

Describes the XA Bankapp sample application, which implements an automatic teller machine (ATM) interface in a CORBA environment. This sample uses the Oracle XA library and the WLE Transaction Manager to coordinate transactions between the WLE application and an Oracle database.

Transactions in EJB Applications

Describes how to integrate transactions in Enterprise JavaBeans (EJB) applications that run under WLE.

Transactions in RMI Applications

Describes how to integrate transactions in Remote Method Invocation (RMI) applications that run under WLE.

Transactions and the WLE JDBC/XA Driver

Describes how to integrate transactions with CORBA Java, EJB, and RMI applications that use the WLE JDBC/XA driver.

Administering Transactions

Describes how to administer transactions using the UBBCONFIG and Domain Configuration files.

Related Topics


Getting Started Using Transactions

Configuring Transactions

Integrating Transactions into WLE Server Applications

Using Transactions in CORBA Client Applications

Integrating Transactions into a Java Server Application

Overview of RMI in WLE