Top "Rhino" questions

Mozilla Rhino is a JavaScript interpreter written in Java.

How can I start coding with Oracle's Nashorn JS Engine and when will it replace Rhino in the OpenJDK?

I'm looking for a way to start playing around with Oracle's new Nashorn JavaScript Engine. I've DL'd the latest OpenJDK 8 (…

java rhino openjdk nashorn
How do you use Java to call the Rhino Javascript interpreter?

is there any example on using java method to call rhino-javascript function and return it back to java? The only …

java javascript rhino serverside-javascript
rhino vs spidermonkey

I noticed ubuntu 10.04 removed the spidermonkey package. Rhino looks like it's still there though. What are the differences between rhino …

javascript rhino ubuntu-10.04 spidermonkey
ANT script to compile all (css) LESS files in a dir and subdirs with RHINO

I want do compile all *.less scripts in a specific folder and it subdirs with less-rhino-1.1.3.js. There is an …

ant rhino less
Resolving modules using require.js and Java/Rhino

I'm trying to get require.js to load modules on the server-side with Java 6 and Rhino. I'm able to load …

java javascript require requirejs rhino
Is it possible to make Node.js use Rhino as the Javascript engine?

I use Node.js for several jobs on my web apps and so far everthing's ok. But the Node.js …

node.js rhino llvm v8 powerpc
Accessing java Maps & Lists as JavaScript Objects in Rhino

Is there a way to access Java Maps and Lists as JavaScript Objects in Rhino? I have a Map which …

java json rhino
How to compile rhino/javascript files to .class bytecode for java at runtime

I'm making a falling sand game in Java. I want users to be able to write their own engine for …

java javascript runtime compilation rhino
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 …

java javascript rhino method-call
Differences between Narwhal and Node.js

I'm new to Node.js and I have been reading about Narwhal that is a framework based on Rhino. My …

javascript node.js rhino narwhal