How does Rhino security gel with the asp.net membership providers? The reason why I am asking is because AFAIK if I need to use attributes [Authorize] then I should be implementing or extending the as
I am trying to define a dynamic variable within a function in Rhino JavaScript (specifically what is embedded in Java 6), but I don\'t want to resort to eval, and I don\'t want to have to reference it
I\'m iterating through a set of SimpleXML objects, and I can\'t figure out how to access each object\'s parent node.Here\'s what I want:
I am confused about JavaScript engines right now. I know that V8 was a big deal because it compiled JavaScript to native code.
In Narwhal, we are using JNA to make libc calls like getcwd and chdir.I\'ve only been able to use this with my limited knowledge of the JNA interface as it pertains to JavaScript in Rhino, dealing exc
I use Java\'s ScriptEngine to execute JavaScript Code. I use the Invocable Interface, so that I can use the Script Code as a normal Java Object implementing a Java Interface.
Anyone understands the rhino javascript Contexts?I cannot find any useful documentation about it.My main problem is the Context.exit() (really should be cx.exit()) which from what I understand exits t
So... I\'ve written my first iPhone game, that consists of maybe 50 puzzles. At the start of each puzzle I create some strings, various mutable arrays of pointers, some of which point to runtime cre
I\'m using Mozilla Rhino to write a JavaScript server application. I would like to include the HttpClient classes in my project to easily access the web, but I can\'t figure out how to configure my Ec
I\'ve written some scripts in Javascript under Rhino 1.7, one of them starts a minimal http server and accepts JS commands in input.