Top
NetCOBOL V11.0 Web Development Tools
FUJITSU Software

3.1.3 Modification of Web Application Templates

Application logic is not generated in the templates of the Web application. Therefore, the application template receives Web parameters from the request page, but do not include any actual processing logic. It thus only outputs the result page.

To execute actual application processing, application logic must be added under the following comment:

*
* Add application logic here
*

For example, when data received from the request page is to be displayed without modification on the request page, the logic illustrated below must be added. The program to output the result page includes the processing that replaces the conversion name on the result page using the conversion results (conversion character string). See "Result Page" for details.

The application operation will be modified as follows:

Programs for retrieving Web parameters and to output the result page, and necessary libraries are generated by the program generation tool for retrieving Web parameters, and the program generation tool to output a result pages. See Chapter 4, "Program Generation Tool for Retrieving Web parameters," and Chapter 5, "Program Generation Tool to Output a Result Page," for details.