rhino
Rhino.Security and IEntityInformationExtractor
I\'ve recently downloaded Rhino.Security and I am trying to implement permissions on a entity. Since I like Ninject (v2) I would like to put together a simple example to start with.[详细]
2023-01-26 18:58 分类:问答Java-object to JSON
I am using Rhino to communicate between Java and JavaScript. I call a JavaScri开发者_运维技巧pt function via Rhino and this function takes an argument which must be a JSON-object. How do i parse Java-[详细]
2023-01-24 21:59 分类:问答Equivalent of Ruby's "require" in Javascript
How do you \"require\" another file into the existing file in Javascript? Is there anything similar to Ruby\'s \"require\" or \"load\"?[详细]
2023-01-21 18:23 分类:问答Rhino: Prototype chaining not working for host objects?
Invoking on a child a method defined in parent, where parent is a host obj开发者_JAVA技巧ect, gives EcmaError: method called on incompatible object.[详细]
2023-01-21 02:02 分类:问答Fastest scripting language for Java?
I\'m making a falling sand game in Java. I want users to be able to write their own engine for the game and I thought a scripting language might work for that. I\'ve tried out a small script with jyth[详细]
2023-01-18 05:11 分类:问答How do i check if an instance of the form already exists?
Im developing a plugin for Rhino, and when i run the command starting plugin i carries out the following. It creates a splash form, which has a timer on it, and after 2sec i loads another form.[详细]
2023-01-14 04:49 分类:问答Rhino load() function available in JavaScript provided by javax.script?
Some JavaScript files that have been developed for Rhino\'s shell use load() to load additional JavaScript files. I\'m attempting to embed functionality from one of these Rhino JavaScript files using[详细]
2023-01-13 01:56 分类:问答best way to run narwhal under linux [closed]
开发者_如何学运维 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely[详细]
2023-01-12 03:37 分类:问答How to use javas built-in javascript engine to run script on a web-page?
I want to show lyrics for songs in my player. I used to use lyricsplugin.com because it had a lot of English and Russian lyrics, but recently they\'ve changed their web-site from being a static page t[详细]
2023-01-11 16:14 分类:问答How do I call a method of a Java instance from JavaScript?
I\'m using the Mozilla Rhino JavaScript emulator. It allows me to add Java methods to a context and then call them as if they were JavaScript functions. But I can\'t get it to work except when I use a[详细]
2023-01-11 06:42 分类:问答