+

Search Tips   |   Advanced Search

The Rhino container

MPF uses Rhino as the engine for running the JavaScript script used to implement adapter procedures.

Rhino is an open source JavaScript container developed by Mozilla. In addition to being part of Java 6, Rhino has two other advantages:

var date = new java.util.Date();
var millisec = date.getTime()

Global variables are handled according to the following rules:


Parent topic: Implementing adapter procedures