By device I assume that you mean a mobile device? Or a non Web app. I don't think you can get a "connection" to the DataStore so to speak other than within your AppEngine app.
Why don't you consider using REST ? http://code.google.com/appengine/articles/rpc.html On Sun, Oct 16, 2011 at 7:39 AM, MikeDee <[email protected]> wrote: > Does JDO (or JPA) support encryption (SSL)? I would like to collect > data from devices in the datastore. The devices will have a small > java app that can communicate with the datastore to insert data. But, > I'd like the connection with the datastore to be secure (encrypted). > > Is this possible? > > -- > 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. > > -- 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.
