Creating J2C beans using wizards

You can use the J2C bean wizard to create a J2C bean in your existing or new project.

Before you begin

Important: Do not install multiple resource adapters as standalone on the same runtime server, especially if they are for the same EIS type (for example, CICS® ECI 8.0.0.0 and CICS ECI 8.0.0.1). All standalone resource adapters share the same class loader, and therefore cannot both be installed.
Important: J2C beans are formally supported and tested on WebSphere® Application Servers. Use in other Java™ environments should work, but are not tested extensively. If there are issues with the generated code and it can be isolated as such within a WebSphere Application Server environment, then it will be supported.

Procedure

  1. Select File > New > Other > J2C.
  2. Select J2C bean, and click Next.
  3. In the Resource Adapters Selection page, select the type of resource adapter you want to use.

    Available resource adapters

    • CICS resource adapter: For information about the CICS Resource adapter, see CICS resource adapter.
    • IMS™ TM resource adapter: For information about the IMS resource adapter, seeIMS resource adapter.
    • PeopleSoft: For information about and configuration instructions on using the WebSphere Application server for PeopleSoft, see Adapter for PeopleSoft
    • SAP: For information about and configuration instructions on the WebSphere Application server for SAP see Adapter for SAP
    • Siebel: For information about and configuration instructions on the WebSphere Application server for Siebel seecAdapter for Siebel
    • JD Edwards: For information about and configuration instructions on the WebSphere Application server for JD Edwards seeAdapter for JDEdwards
    • Oracle: For information about and configuration instructions on the WebSphere Application server for Oracle, see Adapter for Oracle
  4. Once you have selected the appropriate resource adapter, click Next.

Feedback