I wonder how can I add JS support to the Java application I'm developing. The only thing that matter is that eventually, the JS will be able to invoke Java functions.
While searching the web, I've found that tracemonkey, SquirrelFish extreme and V8 are the best JavaScript engines and therefore I prefer using them only (and exclude Rhino).
Thanks, Eldad.