Defining J2C Java bean properties

You need to define the properties for your J2C Java™ bean.

Once you have created a project with which your J2C Java bean will be associated, you need to provide information about your bean.
  1. In the Package Name field, type the name of the J2C bean package.
  2. In the Interface Name field, type the name of the J2C bean interface class
  3. In the Implementation Name field, type the name of the J2C bean's implementation class.
  4. If you want to create a simple J2C Java bean and add methods and data binding classes at a later point, click Finish. Later, you can add data binding classes by using the CICS/IMS Java Data Binding wizard.
  5. If you want to continue in the wizard to add a Java method to your J2C Java bean, click Next.
Next you will create a Java method for each function or service you want to access from the EIS. Additional methods can be added later in the Java source editor through the Snippets View.
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.