rhino
Is Rhino the only interpreter with support for sandboxing and serializable continuations?
I need (a) sandboxing, and (b) serializeable continuations. I\'m exposing server-side game scripting to users, and it is extremely async, thus the callback pattern makes code un-readable and very un-a[详细]
2023-02-15 12:42 分类:问答MSMQ: do 2 servers need to be in same domain to be able to access private queues?
As the title says - i have 3 servers: server-1 [wcf services] server开发者_开发技巧-2 [wcf services][详细]
2023-02-14 20:58 分类:问答Rhino variables in JSP
I have this in my jsp: <% Scriptable scope = Context.enter().initStandardObjects(); scope.put( \"foo\", scope,Context.toObject( \"foo\", scope ) );[详细]
2023-02-13 07:49 分类:问答How to invoke Rhino compiled JavaScript methods (class files) in the Java program?
I compiled follo开发者_C百科wing JavaScript file, \"test.js\", into the \"test.class\" : var test = (function () {[详细]
2023-02-12 17:41 分类:问答jquery in rhino
I\'m trying to load jquery into Rhino as demonstrated by this link here. But I keep getting the following error:[详细]
2023-02-12 15:54 分类:问答Rhino mocks record\play model artefacts
a have some artefacts when using Rhino Mocks var mocks = new MockRepository(); INotifyMessageSender messageSenderMock;[详细]
2023-02-10 19:08 分类:问答Rhino and DOM support
Does Rhino have support for 开发者_StackOverflowusing DOM objects?Yes, E4X is a simple DOM implementation...perhaps better than the normal Java DOM implementation.DOM is not part of core ECMAScript; i[详细]
2023-02-09 07:39 分类:问答Rhino 1.7 in shell doesn't map the arrow keys for history
I downloaded Mozilla Rhino so I can use the interactive JavaScript console through java -jar js.jar I can get into the prompt, and everything is all working fine. Except... My arrow keys are not ma[详细]
2023-02-07 18:27 分类:问答Rhino Mock 3.6 Repository Expected #0, Actual#1
I\'m using Rhino Mock 3.6 Repository and Nhibernate. But I\'m getting ExpectationViolationException Expected#0, Actual #1. I\'ve spent two days on it. I don\'t know what i\'m doing wrong. Here is my c[详细]
2023-02-06 05:47 分类:问答JVM missing Rhino
I have a project that uses the ScriptEngine to process some javascript, and worked well on my machine, but when i send the projects\'s jar to the server, 开发者_运维问答i had discovered that the serve[详细]
2023-02-04 12:36 分类:问答