Rhino is Java library and tools for implementing the Javascript's core component. In brief, Rhino provides - Javascript Shell,
- Javascript compiler for generating Java bytecode,
- Javascript debugger and
- Java classes for implementing Javascript into Java program.
Rhino is initial a project started at Netscape in 1997. It is now a project host by Mozilla. If you are interested in the history, you can go to mozilla at http://www.mozilla.org/rhino/history.html. The current version of Rhino is 1.7. The features of Rhino include: - Rhino supports the Implementation of Javascript 1.7,
- Rhino supports the Implementation of ECMA 262, a general-purpose cross platform scripting language standard,
- Rhino supports the Implementation of ECMA 357, xml scripting,
- Rhino provides a Javascript Shell
- Rhino provides a Javascript compiler
- Rhino provides a Javascript Debugger
- Rhino can be run on Apache Jakarta Bean Scripting Framework (BSF)
|