< Previous

Create a J2C application for a CICS transaction with the same input and output summary

This tutorial has taught you how to use the J2C Java™ bean wizard to connect to a CICS® ECI server.

Lessons learned

If you have completed all of the lessons, 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, getCustomer, which accepts a customer number and returns the customer's information.
  • Create a JSP to deploy the application on a WebSphere® application server.
  • Create a Faces JSP to deploy the application on a WebSphere application server.
  • Create a command bean, which is an alternative way to to deploy the J2C application.