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
Dont use HTTP for DB connections as it is less secure.
Use CLoud SQL instead (jdbc type connection, mysql like queries and drivers in jars)
getting started with cloud sql
an easy video for java + cloud sql + app engine