I am currently using the javax.script package to interpret and execute Javascript code on the fly. By the way, this is the same engine used by the Mozilla Rhino JS interpreter.
Question: Is there a Java Javascript Engine that is faster than Rhino?
source
share