I'm curious, dose Helma (or Helma NG) either compiles (to Java or JVM
bytecode) or interprets the JavaScript applications? If it is compiled
is that a step the user needs perform or is it automated.
Thanks,
Peter
Helma uses Rhino as JavaScript engine, and you from within Helma you can
choose to either have Rhino interpret JavaScript or to compile to JVM
bytecode. If you choose the latter, compilation happens automatically.
--
Regards,
Andreas