ByPassing Google App Engine SDK to allow black listed classes
Posted
by ivanceras
on Stack Overflow
See other posts from Stack Overflow
or by ivanceras
Published on 2010-01-21T09:05:11Z
Indexed on
2010/04/24
16:43 UTC
Read the original article
Hit count: 209
Is there a way to circumbent google app engine sdk to allow the usage of classes that are not present in the GAE JRE white list? I know the app that I would be building will not run in appspot, but at least in my development server, I need to access a postgresql database(java.net.socket.*) and generate some files(java.io.FileWriter) in my development server.
© Stack Overflow or respective owner