IBM DeveloperWorks: Runtime code generation
Wednesday, June 23rd, 2004Runtime code generation is another way to execute arbitrary code at runtime. It is different from reflection in that once you have generated this class, it is much faster and the generated class can be cached and reused over and over again. (more...)