The Web application wizard generates various program resources according to wizard screen specifications and Web subroutine interface selection.
The following table lists the relationship between the types of Web subroutines and program resources generated:
| CGI | ISAPI |
---|---|---|
Application Program | A | A |
Program for retrieving Web parameters | B | B |
Program to output a result page | B | B |
Input data library | B | B |
Output data library | B | B |
request HTML page | B | B |
result HTML page | B | B |
Program to output error page | A | A |
error HTML page | A | A |
Module definition file | X | B |
execution configuration file | X | X |
A : Always generated
B : Generated optionally
X : Not generated