J2EE Connector Architecture resource adapters

A J2EE Connector Architecture (JCA) resource adapter is any resource adapter conforming to the JCA Specification.

The product supports any resource adapter that implements version 1.0 of this specification. Although not part of WebSphere Application Server, IBM supplies resource adapters for enterprise systems such as: the Customer Information Control System (CICS), Host On-Demand (HOD), Information Management System (IMS), Systems, Applications, and Products (SAP) R/3, and Crossworlds, as separate products.

The general approach to writing an application that uses a JCA resource adapter is to develop enterprise bean session beans or services with tools such as WebSphere Studio Application Developer Integration Edition (WSADIE) or VisualAge for Java Enterprise Access Builder. The session bean uses the javax.resource.cci interfaces to communicate with an enterprise information system through the resource adapter.


Related concepts
Resource adapter
Related tasks
Configuring connection factories for resource adapters within applications
Configuring Java 2 Connector connection factories in the administrative console
Installing resource adapters within applications
Installing Java 2 Connector resource adapters
Accessing data using J2EE Connector Architecture connectors