tadev.html


The EJB CICS application sample task guide

Developing an EJB CICS application

Developing an enterprise bean application for CICS involves developing the enterprise beans themselves, which contain the business logic required for the application, together with the servlet which invokes the beans in response to requests from web browser clients. In addition, where the enterpise bean logic invokes data to be supplied by CICS COBOL programs, command beans must be created to mediate communication between the programs and the beans.

The specific development tasks involved in re-creating the EJB CICS Sample Application are:
  1. Develop connection command beans
  2. Develop enterprise beans
  3. Develop servlet
It is assumed that the development environment is VisualAge for Java v3.5.