Is it possible to specify a custom classloader for javac (or some alternative java compiler)?
I\'d love such a feat because it would allow me to compile classes that
If the classes all conform to the same Interface you could just provide that at compile time..
If not then I don't see what you are gaining by not outputing .java files based on the DB and compiling that.