Java - J2EE Connector architecture (JCA)

Java Conceptuel Diagram

About

The J2EE Connector architecture is used by J2EE tools vendors and system integrators to create resource adapters that support access to application enterprise information systems that can be plugged into any J2EE product.

A resource adapter is a software component that allows J2EE application components to access and interact with the underlying resource manager. Because a resource adapter is specific to its resource manager, there is typically a different resource adapter for each type of database or enterprise information system.

Connector

A connector is a J2EE standard extension mechanism for containers to provide connectivity to enterprise information systems (EISs).

A connector is specific to an EIS and consists of a resource adapter and application development tools. A resource adapter is a system-level software driver that is used by an EJB container or an application client to connect to an EIS. Connectors comply with the J2EE Connector architecture (JCA).

Documentation / Reference





Discover More
Java Conceptuel Diagram
Java - ( JDK | J2EE | J2SE )

SDK in Java core APIs for writing J2EE components, core development tools, and the Java virtual machine JDBC API 2.0 The Java 2 Platform, Standard Edition (J2SE) SDK is required to run...
J2ee Ear Structure
Java - Packaging, Archive, Library (JAR, WAR, EAR File)

For deployment purpose, J2EE applications are delivered and reside in Archive files (or unit). A RAR, WAR or EAR file is a standard JAR (.jar) file with a .war or .ear extension. Each archive extension...



Share this page:
Follow us:
Task Runner