After you've run the Hello World” sample successfully, you might want to try something more ambitious. The EJB Bank Account sample demonstrates how you can use an enterprise bean to make CICS-controlled information available to Web users. It extracts customer information from data tables and returns it to the user.
The sample consists of an HTML form, a Java servlet and Java Server Pages running on a Web server, a CICS enterprise bean, two CICS COBOL server programs, and some DB2® data tables. The enterprise bean uses the CCI Connector for CICS TS to link to the CICS server programs, which access the DB2 data tables.
To run the EJB Bank Account sample, you must have completed all the steps in Before running the EJB IVP. You may or may not have completed the steps in After running the EJB IVP—optional steps.
For details of the EJB Bank Account application, and instructions on how to install it, see The EJB Bank Account sample application.