Is there a way for the google app engine sdk workaround to allow classes that are not in the GAE JRE whitelist? I know that the application that I will create will not run in appspot, but at least on my development server, I need to access the postgresql database (java.net.socket. *) And generate some files ( java.io.FileWriter) on my development server.
source
share