Completed learning objectives
If you have completed all of the exercises, you should now be able to
- Use the J2C Java bean wizard to create a J2C application that interfaces with a CICS transaction using an External Call Interface (ECI).
- Create a Java method, getCustomerInfo, which accepts a customer number. Depending on the customer's classification, preferred customer, regular customer or bad customer, the program returns different output information about the customer.
- Create a JSP to deploy the application on a WebSphere application server.