rhino Questions

1

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...
Laveralavergne asked 22/8, 2010 at 0:41

1

Solved

I'm starting to run into the dirty little secrets of what is an otherwise very useful JSR223 scripting environment. I'm using the builtin version of Rhino shipped with Java 6 SE, accessing it thro...
Deka asked 5/4, 2011 at 19:7

2

Solved

When embedding a JavaScript interpreter (Rhino) into a Java application (to be able to script that application), how would one go about restricting the Java packages that are available to scripts? ...
Byrne asked 7/4, 2009 at 1:41

3

Solved

I'm currently working with an automation framework that is pulling a webpage down for analysis, which is then presented as a string for processing. The Rhino Javascript engine is available to assis...
Filipino asked 4/2, 2011 at 22:8

2

Solved

Does Rhino have support for using DOM objects?
Thumb asked 6/2, 2011 at 4:59

1

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 server's JVM doesn...
Dzungaria asked 10/1, 2011 at 17:21

1

Solved

I know the APIs are very different, but is there any functional difference between the built-in JavaScript stuff and the Rhino builds obtainable from Mozilla?
Mohr asked 9/1, 2011 at 15:9

2

Solved

I have a sample ASP.NET MVC 3 web application that is following Jonathan McCracken's Test-Drive Asp.NET MVC (great book , by the way) and I have stumbled upon a problem. Note that I'm using MVCCont...
Vernation asked 1/1, 2011 at 23:9

3

Solved

The problem: I'd like to be able to generically access in Java any property/field on a Java ojbect similarly to how a dynamic language (think Groovy, JavaScript) would. I won't know at the time I'm...
Lynsey asked 1/12, 2010 at 23:50

1

Solved

I'm using Mozilla Rhino 1.7r2 (not the JDK version), and I want to call a JS function from Java. My JS function is like this: function abc(x,y) { return x+y } How do I do this? Edit: (The JS ...
Gerard asked 22/10, 2010 at 10:21

3

Solved

I'd like to use the Rhino JavaScript compiler to compile some JavaScript to .class bytecode files for use in a project. It seems like this should already exist, since there are groovyc, netrexxc, a...
Bastia asked 23/10, 2008 at 21:11

2

Solved

I would like to develop some apps for the JVM using a concise, dynamic language. The most popular choices for this seem to be Jython, JRuby, Groovy, and maybe Clojure. Rhino appears to be fast and...
Monoicous asked 16/7, 2010 at 17:11

1

Solved

I would like to understand the low level details of how XMLHttpRequest works in Javascript, however I have not had any luck finding the implementation code within either the Rhino or V8 code....
Daystar asked 1/7, 2010 at 11:56

7

Solved

What is a decent IDE for developing JavaScript, I'll be writing both client side stuff and writing for Rhino. Ideally It needs to run on Mac OSX, although something that runs on Windows too w...
Shipowner asked 20/3, 2009 at 11:48

1

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 ex...
Difficult asked 14/1, 2010 at 10:6

5

Solved

I have some properties in an object that I would like to add to the global namespace. In javascript on the browser I could just add it to the window object like so: var myObject = { foo : functio...
Giacobo asked 22/7, 2009 at 4:1

4

Solved

What are CAD applications (Rhino, Autocad) of today written in and how are they organized internally ? I gave as an example, Autocad and Rhino, although I would love to hear of other example...
Inhuman asked 22/4, 2009 at 23:17

1

Solved

is there any example on using java method to call rhino-javascript function and return it back to java? The only example i found for rhino is only typing command on the rhino shell.
Randle asked 27/2, 2010 at 6:19

3

Solved

We have a CMS built on Java and it has Mozilla Rhino for the server side JS. At the moment the JS code base is small but growing. Before it is too late and code has become a horrible mess I want to...
Syndesmosis asked 30/11, 2009 at 12:42

3

Solved

I am running OSX 10.6 Snow Leopard, have downloaded rhino1_7R2 and moved it to /usr/local/ I am aware however that (while this would prevent it from being altered by OS updates) this may not be th...
Orethaorferd asked 27/9, 2009 at 21:53

1

Solved

It's easy to make objects available to Rhino from Java using ScriptableObject.putProperty, but is there a way to expose a top-level function? That is, can I make it so scripts in Rhino can call foo...
Horripilate asked 9/10, 2009 at 20:4

1

Solved

Here is my situation: I have access to a Rhino Context object in a Java class. I want to read in a bunch of .js files and pass them along to the Rhino context to have them evaluated. I'm not reall...
Sherlene asked 19/5, 2009 at 1:5

3

Solved

The last release was in 2008-03-06. What happened to it? Is it still under active development? Are there any replacements?
Hold asked 10/3, 2009 at 7:18

© 2022 - 2024 — McMap. All rights reserved.