Any document to support these points..? Vj ----- Original Message ----- From: "Michael Weller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,February 25,2003 6:02 PM Subject: Re: why still need applet?
> > Hi,All, > > with servlet and jsp, it's so easy to build the web > > page, why still need the applet? in what situation, > > applet is more suitable? > > Some reasons (and there are a lot more): > - ability to keep permanent connections > - ability to have a full-blown GUI with all a desktop app can have (there > are lots of things you cannot model with HTML and CSS) > - ability to put logic on the client (keyword "thick client") > - independence of the browser (In most cases a complex, dynamic client UI > can be build simpler when using an applet than by using client-side > scripting langs) > > -mw > > ___________________________________________________________________________ > 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