Configuring the connection to the database
The Java Connector Architecture(JCA) , part of Java Platform, Enterprise Edition (Java EE), specifies a standard architecture for accessing resources in diverse Enterprise Information Systems(EIS) .
The connector architecture is implemented both in the application server and in an EIS-specific resource adapter.
Tip
What is a resource adapter?
Put it simply, a resource adapter is a system library specific to an EIS that provides connectivity to the EIS. You can imagine it like a JDBC driver. The following diagram depicts the Java Connector Architecture's main components:
As you can see, the JCA API is based ...
Get JBoss AS 5 Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.