Are there any options other than Janino for on-the-fly compiliation and execution of Java code in v5? I know v6 has the Compiler API, but I need to work with the v5 VM.
All app servers do this for JSP for ever, so obviously it is possible. Checkout tomcat source code maybe?