Dynamic Code Generation With Java Compiler API in Java 6: by Swaminathan Bhaskar 10/10/2009
The document discusses dynamic code generation in Java using the Java compiler API. It describes how the API allows compiling Java source code from strings in memory rather than files. It provides an example of dynamically compiling a filter class to process messages more efficiently than using scripting. The Java compiler API exposes the compiler to programmatically compile code on the fly.
Dynamic Code Generation With Java Compiler API in Java 6: by Swaminathan Bhaskar 10/10/2009