All you can do on Appengine is hit URLs So you could use normal HTTP post, get, put etc. to hit URLs which then perform updates and queries on the datastore.
Basically you have no direct external access to the datastore, but you could build yourself an API. Grant On Dec 20, 6:33 am, Doughy <[email protected]> wrote: > I would like to write a client application for Android that uses the > Google App Engine as a database backend. My Android client would > connect to the App Engine to save information. Is it possible to use > the App Engine as a backend like this? -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
