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 Connection interface are discussed in the section JDBC Transactions (page 1058), and those with the UserTransaction interface are discussed in the section JTA Transactions (page 1063). For an example of a Web component using transactions, see Accessing Databases (page 446).

Get The J2EE™ Tutorial Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.