Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #5370

Re: tools for programming applets

Date 2011-06-19 14:43 +0200
From Silvio <silvio@moc.com>
Newsgroups comp.lang.java.programmer
Subject Re: tools for programming applets
References (4 earlier) <ir8qq6$d27$1@dont-email.me> <c35b8314-9e08-4b69-87fb-71b448bd5773@s41g2000prb.googlegroups.com> <irb1aj$5qq$1@dont-email.me> <f8688cca-9ca1-44fb-83dc-65cd7be26950@17g2000prr.googlegroups.com> <ire0qc$999$1@news.albasani.net>
Message-ID <4dfdeed9$0$49046$e4fe514c@news.xs4all.nl> (permalink)

Show all headers | View raw


On 05/23/2011 06:08 PM, Lew wrote:
>
> Applets are server-side, not clients.
>

Nonsense, an applet is a client. The only "server-side" thing about it 
is that it's code was delivered by a server. Following that reasoning an 
image or a any piece of JavaScript on a web page is also server side.

>
> You mean, other than by trying to circumvent its security.
>

An Applet has no security of it's own. Only when run as part of a web 
page does the user agent impose well defined limitations on the runtime 
running the untrusted Applet. This is done to protect the client system 
from being harmed by the Applet, not to protect the Applet from the 
outer world. As such the security is part of the user agent, not the Applet.

Back to comp.lang.java.programmer | Previous | Next | Find similar


Thread

Re: tools for programming applets Silvio <silvio@moc.com> - 2011-06-19 14:43 +0200

csiph-web