The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

SandBox

Unsigned Java applets are run in a sandbox environment, where applets are restricted in the operations they can perform. For example, the sandbox prevents unsigned applets from reading or writing local files on the user's computer. To escape the confines of the sandbox, an applet must be signed with a digital certificate. The applet must still request the desired permission upon where the user's browser displays a grant permission dialog window. Only if the user grants the permission will the applet be allowed to actually perform the operation.

Articles

Books

%DRAWING{MainChart}%

-- Main.redwolf - 27 Aug 2003



Discussion about SandBox

Topic SandBox . { Edit | Ref-By | Printable | Diffs r5 < r4 < r3 < r2 < r1 | More }
 XML java.net RSS

Revision r5 - 06 Jul 2007 - 16:47:14 - Main.micheldenys
Parents: CosDiFazio > Security