Create a resource adapter archive

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3396

This topic has not yet been written. The content below is from the topic description.
A resource adapter archive is a structured Java Archive (JAR) file, which bundles all Java classes in JAR files, and optionally contains metadata, resources and native libraries. A resource adapter archive name ends in the .rar extension. An example of a resource adapter archive could look like [jpederse@localhost]$ jar tf ra.rar META-INF/ra.xml readme.html ra.jar images/icon.jpg win.dll linux.so See the Java EE Connector Architecture 1.6 specification chapter 20 for further requirements.