74 Developing Web Services Using CICS, WMQ, and WMB
5.1 Breakdown of the CICS application
This section describes the details of the Change of Address application. An
overview of the complete application was given in section 1.5, “The Change of
Address application” on page 8, so we will concentrate on the CICS application
specifically here.
5.1.1 Overview of the approach to CICS application development
The CICS application was initially developed as a CICS/BMS menu driven
system. This enabled our developers, who were new to CICS Web services, to
develop and test a traditional application while they learned the new WD/z
tooling. By using careful application structuring, we kept the business logic well
separated from the BMS presentation logic. ...