No, that really doesn't capture the field of options available at the
moment.

Type 1    CGI and Servlets enable the WebMaster to have Web Pages
dynamically generated by a process or thread controlled by the web server.
The CGI specification and Servlet specification are not related in any way
other than the problem that they are trying to solve.

Type 2    ASP, JSP, and GSP all allow you to embed Object references and
small "Scriptlettes" directly in the HTML that the web server processes.

As you can probably see, the difference between the two is when and where
things get done, in Type 1, the web server hands over complete
responsibility for the web page, whereas in Type 2, the web server is still
in control of the output, but asks for help when it is required.
    (*Chris*)

----- Original Message -----
From: Chang You-Sheng <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 21, 1999 12:04 PM
Subject: Re: Servlets vs CGI


> Hi:
>      Maybe this is unrelated. Can we say CGI is realy some thing like
> specification for server to response request from client and some other
related
> functions. And servlet, ASP, JSP, perl CGI or the thing like are really
are
> implementation of the CGI specifications. Give me some feedback. Since lot
of
> people talk about CGI and school offer CGI course related course and what
they
> really offer is the perl type CGI or C type CGI.
>
>      Thanks
>
>      you sheng
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to