Top
NetCOBOL V11.0 Web Development Tools
FUJITSU Software

3.2.2 Web Application Wizard Screen and Operation

The Web application wizard has three screens and one dialog box. This section describes these screens and related operations.

Screen 1: Project information input

Screen 1 is used to set project-related information.

Set a "Project name" and "Storage folder." Click the [Next] button.

Edit boxes
Project Name:

Specify the name of the Web application development project to be generated.

Storage Folder:

Specify the folder where the project files, source program templates, and libraries of the Web application are to be stored.

Button
Browse:

Click this button to open the dialog box for storage folder selection.

Screen 2: Application information input

Screen 2 is displayed when you click on the Next button on Screen 1. It is used to set basic information regarding the application template to be generated. The execution file name, type of Web subroutine API, and other information can be specified on this screen.

After specifying the necessary information, click the [Next] button.

Edit boxes
Name for Executable:

Specify the name of the execution file to be added to the project as a target.

Installation Folder:

Specify the folder where to install the product that includes Web subroutines other than the COBOL Web subroutines.

Button
Browse:

Click this button to open the dialog box for folder selection.

Option buttons
Select the type of API:

Select the Web subroutine interface for the Web application template to be generated. The selectable type depends on the executable format assigned to the execution file name.

When .EXE executable format is specified, [CGI] can be selected. When DLL execution format is specified, [ISAPI] can be selected.

Combo box
Select the code system of the Web application.

Specifies the execution code system of the application to be executed. The default code system is "ASCII".

Screen 3: Specification of file generation methods by the Web application wizard

Screen 3 is used to specify how to generate a Template of a Web application by using the wizard.

Specify necessary information, and then click the [Finish] button. Various Templates of program resources that constitute the Web application are generated and added to the project.

Checkboxes
Generate program template:

Specifies whether to generate a program as a Web application Template. This checkbox is already checked in the default state. Deselecting this checkbox will result in an incomplete project. To avoid this, do not deselect this checkbox.

Generate code for saving session data:

This checkbox can be checked when the [Generate program template] checkbox is selected with [ISAPI] selected as the type of Web application. For a description of how to save session data, see "Configuration of Web Application Templates."

Generate code for restoring session data:

This checkbox can be checked when the [Generate program template] checkbox is selected with [ISAPI] selected as the type of Web application. For a description of how to restore session data, see "Configuration of Web Application Templates."

Generate a program for retrieving Web parameters:

Specifies whether to generate a program for retrieving Web parameters and an input data library from the input form contained on the request Web page. This checkbox can be checked when the [Include in the project a request HTML page] checkbox is selected.

Generate a program to output a result page:

Specifies whether to generate a program to output result and an output data library from the specified conversion name on the result HTML page. This checkbox can be checked when the [Include in the project a result HTML page] checkbox is selected.

Include in the project a request HTML page:

Specifies whether to include the request HTML page in the project. Use the option button to select whether to use an existing file or a wizard-generated template file as the HTML document to be included.

Include in the project a result HTML page:

Specifies whether to include the result HTML page in the project. Use the option button to select whether to use an existing file or a wizard-generated template file as the HTML document to be included.

Generate a template of execution configuration file:

Specifies whether to generate a file containing the definition information when the Web server setting file (required at execution) must be modified.

Generate a template definition file for the ISAPI application:

Specifies whether to generate a module definition file for the ISAPI application. This checkbox can be checked only when [ISAPI] is selected as the Web application type.

Edit boxes
File Name: (Include in the project a request HTML page)

When [Includes an existing file] is selected when defining the request page, specifies the file name.

File Name: (Include in the project a result HTML page)

When [Includes an existing file] is selected when defining the result page, specifies the file name.

Buttons
File Details:

Opens the [Generated File Details] dialog box.

Browse: (Include in the project a request HTML page)

Opens the [Open] dialog box.

Browse: (Include in the project a result HTML page)

Opens the [Open] dialog box.

[Generated File Details] dialog box

When necessary, change the default file name of a program resource to be generated by the wizard.

List box
Generated File:

Displays a list of program resources to be generated by the wizard. Select the name of a program resource for which the default specification is to be changed.

Edit boxes
Program Name:

Specifies the new name of the Web application templates selected in the list box. This edit box cannot be used when [ISAPI] is selected as the API type.

File Name:

Specifies the new file name of the program resource selected in the list box.

Combo box
Code System of HTML File

Select the code system of HTML files (request HTML page, result HTML page, error HTML page) to be generated by the wizard. This combo box can be used only when [Unicode] is selected as the code system for program execution.