Is there a way to invoke the Java source compiler via JavaCompiler
in Google App Engine?
(I didn't see any classes in javax.tools
on the white list, so I'm afraid the answer is no)
UPDATE
I'm wondering how Java Server Pages work in Google App Engine, since JSPs are compiled to servlets, which obviously would require a Java compiler?