These topics provide information about developing WebSphere application components to use transactions
The way that applications use transactions depends on the type of application component, as follows:
You configure whether EJB components use container- or bean-managed transactions by setting an appropriate value on the Transaction type deployment attribute, as described in Configuring transactional deployment attributes. You can also configure other transactional deployment descriptor attributes.
If you want a session bean to manage its own transactions, write the code that explicitly demarcates the boundaries of a transaction as described in Using component-managed transactions.
If you want a Web component to use transactions, write the code that explicitly demarcates the boundaries of a transaction as described in Using component-managed transactions.
Similarly, if you want an application client component to use transactions, write the code that explicitly demarcates the boundaries of a transaction as described in Using component-managed transactions.
There are some limitations to the transaction support available to application client components, as described in Client support for transactions.
Related concepts
Transaction support in WebSphere Application Server
Related reference
UserTransaction interface - methods available