About This Document

Intended Audience

This guide is intended for resource adaptor developers or application developers who want to use resource adaptors to connect to an Enterprise Information System (EIS) with JEUS®(hereafter JEUS). The guide describes the features of J2EE Connector Architecture (JCA) and steps for packaging a resource adapter for deployment on JEUS.

Required Knowledge

To fully understand this guide, users need to have:

To understand the basic concepts and applications of JEUS, it is recommended that users refer to the following:

This guide includes examples and environment settings in UNIX. To use them in other environments such as Microsoft Windows™ (hereafter Windows), users need to consider several conditions.

For example, the Unix delimiter "/" should be replaced with the Windows delimiter "\". The environment variables also need to be specified using (%%). Note that JEUS_HOME referred to in this guide is the home directory of JEUS.

Document Scope

This guide contains materials regarding Java SE, but it does not provide details about the Java EE specifications. For such details, see Java documentation. This guide also does not contain descriptions of JCA standards. Refer to related documents for more information about how to use and manage JCA.

Note

Brief information about the JCA standards is introduced here, http://www.oracle.com/technetwork/java/index.html. For the details, refer to JCA 1.7 standards or related documents.

Document Organization

This guide consists of four chapters and one appendix.

Conventions

ConventionMeaning
<AaBbCc123>Program source code file name
<Ctrl>+CHold down the Ctrl key and press the C key
[Button] Name of a GUI button or menu
Bold Emphasis
Italics Reference to another guide
" " (Double quotation marks)Reference to a chapter or section in this or another guide
'Input' User input on the screen
Email account, website, or a reference to other chapters or sections
>Proceeding order of menu
+----Files or directories exist in this directory
|----Files or directories do not exist in this directory

Note

Reference or caution
[Figure 1.1] Figure caption
 AaBbCc123
Commands, screen output after executing command, or sample code
{ }Required items
[ ]Optional items
|Selective items

System Requirements

 Requirements
PlatformSolaris 9, 10, 11
HP-UX 11.x, 11i, 11iV2
IBM AIX 5L, 6L, AIX 7L
MS Windows 2008, 2012, Vista, 7, 8
Hardware20 GB of hard drive disk storage recommended. At least 2 GB.
More than 1 GB RAM recommended.
JDKJDK 7, JDK 8

Related Documents

GuideDescription
JEUS Introduction GuideIntroduces the JEUS server and describes its architecture and components.
JEUS Getting StartedIntroduces JEUS and describes how to install it and get started.
JEUS Server GuideGives an overview of the JEUS system and the server and describes how to manage the system.
JEUS Applications & Deployment GuideDescribes methods and tools for deploying Java EE applications to JEUS.
JEUS Reference BookIncludes reference useful for using JEUS.
JEUS WebAdmin GuideDescribes how to use JEUS's Web management tool, WebAdmin, for configuring, controlling, monitoring, and clustering JEUS, and for resource configuration and management.

References