This tutorial has taught you how to use the J2C Java™ Bean wizard to build a simple
web application that processes a CICS® transaction with multiple possible outputs.
Lessons learned
In this tutorial, you
learned how 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 classification of the customer – preferred customer, regular
customer, or bad customer – the program returns different output
information about the customer
- Create a test Java class
to test the application.