Chapter 8 Creating J2EE Applications for BEA WebLogic


Transaction Management

The following sections describe EJBs in several transaction scenarios. EJBs that engage in distributed transactions (transactions that make updates in multiple datastores) guarantee that all branches of the transaction commit or roll back as a logical unit.

The current version of WebLogic Server supports Java Messaging Service (JMS), which can be used for implementing distributed transactional applications.

Also, two-phase commit is supported for both 1.1 and 2.0 EJBs.

 


Copyright (C) 2005. Sybase Inc. All rights reserved.