Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #5370
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Date | Sun, 19 Jun 2011 14:43:05 +0200 |
| From | Silvio <silvio@moc.com> |
| User-Agent | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 |
| MIME-Version | 1.0 |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: tools for programming applets |
| References | <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> <ir6sfe$8sg$1@dont-email.me> <ir7023$2l0$1@news.albasani.net> <d9f939a9-fddf-45df-9935-3bef2b11ed4f@r27g2000prr.googlegroups.com> <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> |
| In-Reply-To | <ire0qc$999$1@news.albasani.net> |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Lines | 18 |
| Message-ID | <4dfdeed9$0$49046$e4fe514c@news.xs4all.nl> (permalink) |
| NNTP-Posting-Host | 83.163.9.137 |
| X-Trace | 1308487385 news.xs4all.nl 49046 [::ffff:83.163.9.137]:50484 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:5370 |
Show key headers only | 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
Re: tools for programming applets Silvio <silvio@moc.com> - 2011-06-19 14:43 +0200
csiph-web