InterviewSolution
| 1. |
In Oracle9 I Forms Can I Call A Forms Application Using The Forms Cgi? |
|
Answer» No. In later patches to Forms 6i , we introduced a new way of building the start PAGE for a Forms application, the Forms SERVLET. This Java Servlet does the same job as the Forms CGI, namely the construction of an HTML page based on configuration information supplied on the URL in COMBINATION with the formsweb.cfg FILE. In Oracle9i Forms, this Servlet should be used instead of the CGI. No. In later patches to Forms 6i , we introduced a new way of building the start page for a Forms application, the Forms Servlet. This Java Servlet does the same job as the Forms CGI, namely the construction of an HTML page based on configuration information supplied on the URL in combination with the formsweb.cfg file. In Oracle9i Forms, this Servlet should be used instead of the CGI. |
|