>> If someone just closes a browser instance, which is running an Applet, is
>> public void destroy()
[quoted text clipped - 7 lines]
>
> Consider what happens if someone turns the computer off ;-)
When asking yourself "for all OS's, all browser?" type of questions,
consider that someone may, immediately after reading your newsgroup post,
maliciously decide to specifically write a browser or OS combination which
does not satisfy your requirements; then ask yourself what that means for
your application design. In some cases, you won't care about such rogue
browser/OS combinations. But in other cases (e.g. the security of your
application server depends on certain behaviour), you will care very much.
- Oliver
Chris Uppal - 28 Feb 2006 21:08 GMT
> When asking yourself "for all OS's, all browser?" type of questions,
> consider that someone may, immediately after reading your newsgroup post,
> maliciously decide to specifically write a browser or OS combination which
> does not satisfy your requirements; then ask yourself what that means for
> your application design.
Nicely put.
-- chris