The EAR profile supports Resource Adapter Archive files (RAR or
.rar)
in a JDeveloper project. A RAR file is typically provided
by an Enterprise Intelligence Server (EIS) vendor, similar to a JDBC
driver. J2EE developers may need to package a RAR file into their EAR
file if their J2EE application makes use of the EIS services supported
by the RAR. JDeveloper does not directly support RAR file creation, but
RAR files can be assembled using the File Groups feature of a JAR file
deployment profile.
The ra.xml
file is the deployment descriptor for the RAR
file for the J2EE Connector Architecture (JCA). For more information, see
http://java.sun.com/j2ee/connector/
.
To add a RAR to an EAR deployment profile:
.rar
) file that you
want to assemble and package with the EAR file.
At deploy-time, the EAR file's application.xml
contains a
<connector>
element which is automatically added to the RAR file.
Copyright © 1997, 2004, Oracle. All rights reserved.