A Web application template is generated as shown below. (In this example, [Generate a HTML file] is selected under the Web applications wizard's options to generate a request and a result HTML page). See "Web Application Wizard Screen and Operation" for details.
[1] Enter data in the input form on the request page. Click the [Execute] button. A Web application start request along with the data is sent to the Web server.
[2] The Web application is started by the Web server.
[3] The Web application executes necessary initialization and other processing, and then invokes the program for Web parameter input.
[4] The program for Web parameter input issues a request to the Web server, and then retrieves the Web parameters from the request page.
[5] The Web application invokes the program to output the result page.
[6] The program to output the result page replaces the conversion name (depending on the on the model of the result page) with conversion results (conversion character strings). Then, a request to output the result page is sent by the program to the Web server.
[7] The Web browser displays the result page.