skip to main content
Using the JDBC Client : J2EE Connector Architecture Resource Adapter
 

J2EE Connector Architecture Resource Adapter

The J2EE Connector Architecture defines a standard structure for connecting the J2EE platform to Enterprise Information Systems (EIS). Examples of EIS include mainframe transaction processing, database systems, and legacy applications that are not written in the Java programming language. The J2EE Connector Architecture allows you to integrate EIS with application servers and enterprise applications. The J2EE Connector Architecture defines a standard set of system-level contracts between an application server and the EIS to ensure compatibility between them. The resource adapter implements the EIS portion of these system-level contracts.
The J2EE Connector Architecture also defines a standard Service Provider Interface (SPI) for integrating the transaction, security and connection management facilities of an application server with those of a transactional resource manager. The JDBC specification provides more information about the relationship of JDBC to the SPI specified in the J2EE Connector Architecture.
The JDBC driver supports JDBC functionality through the J2EE Connector Architecture SPI by providing resource adapters. A resource adapter is a system-level software driver used by an application server to connect to an EIS. The resource adapter communicates with the server to provide the underlying transaction, security, and connection pooling mechanisms.
The OpenAccess SDK resource adapter conforms to the J2EE Connector Architecture 1.0 specification. The resource adapter is provided in a resource archive (RAR) file, oajc.rar. Refer to the OpenAccess SDK Installation Guide for information about creating the resource adapter.