RSS Feed for This PostCurrent Article

Javascript for Java–Rhino

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.

Most people who have used JavaScript before have done so by adding scripts to their HTML web pages. However, Rhino is an implementation of the core language only and doesn’t contain objects or methods for manipulating HTML documents.

Rhino contains

  • All the features of JavaScript 1.5
  • Allows direct scripting of Java
  • A JavaScript shell for executing JavaScript scripts
  • A JavaScript compiler to transform JavaScript source files into Java class files


Trackback URL


Sorry, comments for this entry are closed at this time.