As far as I'm concerned, Servlets (and JSP) and Applets solve different
problems.  Servlets are an elegent way to provide web-centralizied business
logic.  Applets are an elegent way (sometimes -- it'll get better once the
plug-in works everywhere) to provide sofisticated client application logic.

The classic example would be field validation vs. state validation -- it'd
be better to validate user input as it occurs.  But you don't want to access
the database from the client.

-----Original Message-----
From: JOHN HAMMOND [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 21, 1999 3:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Servlets vs CGI


On 21 Jun 99, at 15:04, Chang You-Sheng wrote:
Hi Chang,

   I'm studying servlets and as I understand it, servlets are better
than CGI and better than applets.  My view so far is that servlets
are more versatile than CGI, use less processing, and can be used
with data-bases and CORBA.

   I don't plan to study Perl and CGI.  It seems to me that servlets
have made CGI and Applets obsolete.

-John Hammond

> 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

___________________________________________________________________________
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