I\'ve been searching and can\'t find an answer anywhere. I also haven\'t had time to try it out either.
Is it possible, using java in the Google App Engine (GAE), t
The closest thing that you will find is the Google Secure Data Connector. All connections outbound from GAE are HTTP based, so you're very unlikely to get a jdbc type connection to a database server (MySql, SqlServer, etc).