Rhino (JavaScript engine)

From Wikipedia, the free encyclopedia

Rhino is an open source JavaScript engine. It is developed entirely in Java and managed by the Mozilla Foundation. The Foundation also provides an implementation of JavaScript in C known as SpiderMonkey.

The Rhino project was started at Netscape in 1997 and released to mozilla.org in 1998. It was made open source thereafter. The project gets its name from the animal on the cover of the JavaScript book from O'Reilly Media.[1]

Rhino converts JavaScript scripts into Java classes. Rhino works in both compiled as well as interpreted mode. It is intended to be used in applications, hence there is no support for the browser objects that are commonly associated with JavaScript.

Rhino can be used as a debugger by making use of the Rhino shell. It can be used in applications by embedding Rhino.

[edit] See also

[edit] References

[edit] External links