Show TOC Start of Content Area

Background documentation Handling Transactions and Resources in Applications   Locate the document in its SAP Library structure

Purpose

The Transactions and Resource Handling component is a system that manages the execution of the transactions in the AS Java, transaction propagation to other clients or application servers, as well as the usage of resources in these transactions. The functions of this component enable the AS Java to:

      Work in a distributed environment to provide scalability and increased performance

      Access other resource systems, such as databases, Java Message Service (JMS) providers, and Enterprise Information Systems (EIS)

Integration

This component defines a uniform way for transaction usage and access to resources. It is used by the container services (EJB Container, Web Container, Application Client) to provide access to resources for the Java EE application components deployed in them.

More information:

Introduction to Transactions in AS Java

Resource Handling Mechanism

End of Content Area