Javax.script
From JVMLanguages
javax.script is a package available in Mustang (J2SE 6) that provides an abstraction layer on top of various programming language implemented on top of the [[Java VM]. It provides the same basic functionality as the Bean Scripting Framework, but supports a much nicer API and discovery mechanism. It does not, however, support all of the languages that BSF currently supports.
[edit]

