Programming WebLogic J2EE Connectors

 Previous Next Contents Index View as PDF  

Writing J2EE Connector Architecture-Compliant Resource Adapters

The following sections identify the requirements for developing a compliant Resource Adapter, as identified in the J2EE Platform Specification, Version 1.3 Final Release—http://java.sun.com/j2ee. The following sections correspond to the System Contract requirements identified in this specification:

Note: For instructions on building a resource adapter, see the BEA WebLogic Application Integration documentation at:

http://download.oracle.com/docs/cd/E13214_01/wli/docs70/devadapt/index.htm

 


Connection Management

The connection management contract requirements for a resource adapter are as follows:

 


Security Management

The security management contract requirements for a resource adapter are as follows:

 


Transaction Management

This section outlines the transaction management contract requirements for a resource adapter. A resource adapter can be classified based on the level of transaction support, as follows:

Note: Other levels of support (includes any transaction optimizations supported by an underlying resource manager) are outside the scope of the Connector Architecture.

The above levels reflect the major steps of transaction support that a resource adapter needs to make to allow external transaction coordination. Depending on its transaction capabilities and requirements of its underlying EIS, a resource adapter can choose to support any one of the above transaction support levels.

 

Back to Top Previous Next