Re: [google-appengine] Connecting to the datastore

2010-07-23 Thread Christoffer Viken
are you trying to use it trough another platform?
You can't connect to the datastore, you can only use it (from within a
AppEngine app) as i understand it (and that makes sense)
You could expose the datastore to your app (on 3p server) trough a REST API
that you deploy to AppEngine (unless that breaks the TOS)

On Thu, Jul 22, 2010 at 10:28 PM, genjlc jeremy.sh...@gmail.com wrote:

 I've made a simple Client/Server/Shared app that I would like to add
 data to.  I am trying to use Google's data store.

 I have been reading for two days and have yet to find a step by step
 checklist/example of how to establish a connection to the cloud, in
 Java, without resorting to PHP.  There seems to be lots of information
 on what to do once the connection is made, but no information on
 actually establishing the connection

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Connecting to the datastore

2010-07-22 Thread genjlc
I've made a simple Client/Server/Shared app that I would like to add
data to.  I am trying to use Google's data store.

I have been reading for two days and have yet to find a step by step
checklist/example of how to establish a connection to the cloud, in
Java, without resorting to PHP.  There seems to be lots of information
on what to do once the connection is made, but no information on
actually establishing the connection

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.