This section provides the following information about the development process for a J2EE client component:
To develop a J2EE client component that communicates with an ICS-managed EIS through a WebSphere Access EJB, you code the client-component source file(s) and complete other tasks. The task of creating a client component that communicates with an ICS-managed EIS includes the following general steps:
Figure 10 provides a visual overview of the client-component development process and provides a quick reference to chapters where you can find information on specific topics.
Figure 10. Overview of the client-component development task
To support development of a client component that requires communication
with an ICS-managed EIS through an Access EJB, Server Access for EJB provides
the features in Table 5.
Table 5. Support for client componets and an Access EJB
Server Access for EJB support | Description |
---|---|
cwsession_ejb-jar.jar | Provides the client component with ICS-specific implementation of:
For more information, see "Server Access for EJB support for EJB technology". |
EJB samples | Includes the following:
|
To support development of a J2EE client component that uses an Access EJB, Server Access for EJB provides the solutions in the following subdirectory of the product:
DevelopmentKits\j2ee\ejb
This directory contains deployable code and samples for Server Access for EJB. The samples help you integrate a WebSphere Access EJB into the J2EE application.
The sample provides an EJB that runs within the context of the application server. The sample client application demonstrates how a client component requests the execution of a collaboration through a sample EJB. This sample contains code to perform the following tasks: