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.
- In the Package Name field, type the name
of the J2C bean package.
- In the Interface Name field, type the name
of the J2C bean interface class
- In the Implementation Name field, type the
name of the J2C bean's implementation class.
- If you want to save your settings in an Ant script, select Saving J2C settings in an Ant script..
- 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.
- 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.