Name: Javascript,
Java Scripting ExamplesDescriptioin: javascript engine
Status: one of the "official" Sun java
script enginesDeployment: use JDK6/JRE6 and its there already
My few scripting tests. I don't have anything to give benchmarking or feature matrix. But after a short experimentation I find Java6 internal Javascript engine to be a fine candidate.
* it's there already on everyones machine (JDK6, JRE6)
* no additional .jars required
* easy to make app-domain interface+classes and call functions from javascript or vice-versa
* can move back and fort class instances
My example has JRuby variation, it worked but cannot say much about it. Ruby syntax is still new to me.