I’m currently using the javax.script package for interpreting and executing Javascript code on the fly. Incidentally, this is the same engine used by Mozilla’s Rhino JS interpreter.
Question: is there any Java-based Javascript Engine that is faster than Rhino?
I haven’t heard of any Rhino alternatives. According to this list: http://en.wikipedia.org/wiki/List_of_ECMAScript_engines, Rhino is the only Java-based JavaScript interpeter.