as far as I know jdbc connection is not allowed when deployed to "the cloud"/appengine.google.com. all you could do if you want to use your own database server would be to implement a "service" on your DB Server to provide the data in json or XML. and in your application to parse that data. i hope my info is still correct, i hadn't used GAE in the last 4-5 months.
On Jan 15, 11:57 pm, zixzigma <[email protected]> wrote: > Google App Engine's primary DB is BigTable DataStore, > which is NOT a Relational Database. > > they are introducing a new hosted SQL DB for business. > > I don't think SQL is available at the moment. > > DataStore:http://code.google.com/appengine/docs/java/datastore/overview.html > > AppEngine for Business > (SQL):http://code.google.com/appengine/business/#features > AppEngine Roadmap:http://code.google.com/appengine/business/roadmap.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
