Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Using the OIG JCA Adapter : Overview

Overview
What Is J2EE Connector Architecture?
JCA adapters are just simple Java archives that have the file extension .rar instead of .jar. The structure of the archive looks like this:
oigadapter.rar
|
+ - oigadapter.jar
|
+ - ects.jar
|
+ - xerces.jar
|
+ - META-INF
|
+ - ra.xml
The following is a brief description of each of the resource archive files that are listed above:
This file contains the implementations of the javax.resource.cci.* and javax.resource.spi.* interfaces. These interfaces embody the JCA specification.
This file contains Object Integration Gateway utility classes and the TIBCO Object Service Broker SDK (Java) classes.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved