Re: why still need applet?
Michael Weller <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <013001c2dcca$000a6160$1007b9d9@gutschimachine> |
> 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