Transactions in Web Components
Transactions in Web Components
Transactions in Web Components
You can demarcate a transaction in a web component by using either the
java.sql.Connection
or javax.transaction.UserTransaction interface. These are the same
interfaces that a session bean with bean-managed transactions can use. Transactions
demarcated with the UserTransaction interface are discussed in the section
. For an example of a web component using transactions, see
Java EE
Server
Java EE
Server
Bean-B
Client
Bean-A
X
Y
Databases
FIGURE 333
Updating Multiple Databases across Java EE Servers
Transactions in Web Components
Chapter 33 · Transactions
1007