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 save your settings in an Ant script, select Saving J2C settings in an Ant script..
  5. 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.
  6. If you want to continue in the wizard to add a Java method to your J2C Java bean, click Next.
Next you may 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.

Feedback