When embedding a JavaScript interpreter (Rhino) in a Java application (to be able to script this application), how can you limit yourself to restricting the Java packages available to scripts? For example, only "java.lang. *" Should be available.
java javascript scripting sandbox rhino
Thilo Apr 7 '09 at 1:41 2009-04-07 01:41
source share