Re: why still need applet?

Jen <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Message-ID <[email protected]>
Here is a case, i am not sure if applet can help:
I need to send the response back to user twice, ie,
the user submit the request to my site, I prosess it
and send the result as response to user, after the
user viewed the content, I need to send the user back
to their original site along with the result.
- no popup window allowed
- support all major browsers

Thanks

--- Michael Weller <[email protected]> wrote:
> > > > 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)
> >
> > Any document to support these points..?
> >
>
> Uhm, no...
> But how do you keep a permanent connection to a
> server/servlet without using
> an applet ?
> All other points I listed could be done by scripts
> and HTML controls.
> But how do you implement a complex GUI in a
> browser-independ way? If you're
> using client-side scripting, you'll have a different
> script for almost every
> browser you want to support. And what if scripting
> is disabled?
> It's just much simpler to use an applet in such
> cases, it's not the only
> way.
> Maybe it's just because I don't like JavaScript or
> how browser vendors
> implement it in their products :-D
>
> -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
>


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

___________________________________________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.