rhino
Importing a map in javax.scripting javascript environment
I\'m seeing some odd behavior in the javax.scripting map implementation. The online examples show an example of adding to a list within the js environment:[详细]
2023-01-11 05:59 分类:问答Use a specified javascript engine?
Is it possible to use your own javascript engine in place of the browser\'s engine? We have a cloud based JAVA app and uses a lot of javascript and ajax.[详细]
2023-01-10 21:36 分类:问答Call a (Rhino) JS function in Java and pass a variable in
after figuring out yesterday how to configure my Eclipse project to be able to run JS code (if your interested: Build a JS server inside of Java for Google AppEngine), I have the next question related[详细]
2023-01-10 07:16 分类:问答Build a JS server inside of Java for Google AppEngine
I just needed to create a little interface for a project. So I decided to take given code and to run it on Google AppEngine. My problem is, that I\'m experienced in JavaScript and got some basic knowl[详细]
2023-01-10 04:58 分类:问答Programmatically generate PNG from Raphael.JS image
I\'m writing an app that lets users generate images with Raphael.JS.One of the secondary features I want is to generate a PNG of the Raphael canvas.[详细]
2023-01-09 20:29 分类:问答Can Rhino parse HTML files
Can Rhin开发者_运维问答o parse full HTML file with JavaScript in it?Rhino itself is a JavaScript engine not a full browser DOM implementation. The HTML parsing and DOM API must be provided by somethin[详细]
2023-01-09 18:26 分类:问答Why doesn't jrunscript honor my classpath?
I\'m trying to do some JDBC access from JavaScript using the Rhino included in Java 6. But I cannot make the DriverManager find the Driver I want to use.[详细]
2023-01-09 12:03 分类:问答How can I reduce this scripting code
Here is sample code. package base; import javax.script.ScriptEngine; import javax.script.ScriptEngineManager;[详细]
2023-01-09 04:12 分类:问答Rhino, e4x and generating URLs in XHTML
I\'m using Rhino to generate XHTML but my urls are being encoded as in: -http://www.example.com/test.html?a=b&c=d[详细]
2023-01-08 19:13 分类:问答Help me avoid this NullReferenceException (using Rhino Mocks)
I\'m currently trying to get one of my unit tests to work, but there is one thing in the way. I have a class called AccountingScheduleLookup that has an ID field attached to it that\'s read-only. When[详细]
2023-01-08 03:26 分类:问答