This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages) (Learn how and when to remove this message)
|
Jakarta Connectors (JCA; formerly known asJava EE Connector Architecture andJ2EE Connector Architecture) are a set ofJava programming language tools designed for connecting application servers and enterprise information systems (EIS) as a part of enterprise application integration (EAI). While JDBC is specifically used to establish connections between Java applications and databases, JCA provides a more versatile architecture for connecting to legacy systems.
JCA was developed through the Java Community Process, with versions including JSR 16 (JCA 1.0), JSR 112 (JCA 1.5), and JSR 322 (JCA 1.6).
J2EE Version 1.3 requires application servers to support JCA Version 1.0.
J2EE Version 1.4 requires application servers to support JCA Version 1.5.
Java EE Version 6 requires application servers to support JCA version 1.6.
The Jakarta Connector Architecture defines a standard for connecting a compliant application server to an EIS. It defines a standard set of system-level contracts between the Jakarta EE application server and a resource adapter. The system contracts defined by Version 1.0 of the J2EE Connector Architecture are described by the specification as follows:
Transaction management enables an application server to use atransaction manager to manage transactions across multiple resource managers. This contract also supportstransactions that are managed internal to an EIS resource manager without the necessity of involving an external transaction manager.
JCA Version 1.5 adds system contracts to the specification as follows:
JCA adapters can be built to integrate with various Enterprise Information System such asSiebel Systems,SAP AG,Great Plains Systems,Oracle Applications, etc. Siebel providesAPI to integrate with various platforms likeJava,C++,.NET,Visual Basic, etc. For Java it provides an interface called 'Java Data Bean' (JDB). The Siebel adapter provides data access via the JDB API. Great Plains Systems provides an interface called eConnect to integrate with other platforms. SAP provides an interface for Java called SAP Java Connector (SAP JCo).