Tuesday, March 8, 2011

Generating Java classes dynamically through Java compiler API

Some of the java coders around the world might have thought of an option to be able to compile a java source file dynamically.

To my surprise, almost at the end of Java 6 (I am expecting Java 7 to be out soon…), I noticed this feature under javax.tools package. May be I am the last one to notice this!! :-) .Continue reading....