Creating a J2C Java bean

There are several steps involved in creating a J2C Java™ bean.
  1. To start the J2C wizard from the menu bar, select File > New > Other > J2C.
  2. Select J2C Java bean.
  3. Click Next.
  4. In the Resource Adapters Selection page, select the type of resource adapter you want to use. The resource adapters available to you include the following:
    1. If you do not see the resource adapter you want to use, select an option from the View By list. You may view by EIS type, by J2C Version, by Name, or by Vendor.
    2. If you wish to use a resource adapter that is not currently listed, click Add unlisted resource adapter.
  5. Once you have selected the appropriate resource adapter, click Next.
    Note: Multiple resource adapters should not be installed as standalone on the same runtime server, especially if they are for the same EIS type (for example, CICS ECI 5.1 and CICS ECI 6.2). This is because all standalone resource adapters share the same class loader.

Feedback