[google-appengine] Re: Accessing the datastore remotely with remote_api

2010-04-08 Thread Benjamin
Nick, We had touched on this in another thread and the page you posted is what prompted me to start this new thread. The link you mentioned above has this tip: Tip: If you have a Java app, you can use the Python bulkloader.py tool by installing the Java version of the remote_api handler, which

Re: [google-appengine] Re: Accessing the datastore remotely with remote_api

2010-04-08 Thread Nick Johnson (Google)
Hi Benjamin, you need to define a servlet and servlet mapping for that handler as you would any other. For example: servlet servlet-nameremote-api/servlet-name servlet-classcom.google.apphosting.utils.remoteapi.RemoteApiServlet/servlet-class /servlet servlet-mapping

[google-appengine] Re: Accessing the datastore remotely with remote_api

2010-04-08 Thread Benjamin
Thanks Nick, i was just coming back to this post to post that that just occurred to me. Doing that worked just fine and i'm downloading everything now. Thanks so much for your help! On Apr 8, 12:12 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Benjamin, you need to define a

Re: [google-appengine] Re: Accessing the datastore remotely with remote_api

2010-04-03 Thread Nick Johnson (Google)
That post is actually somewhat out of date, as there's now a native Java remote_api client: http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Setting_Up_remote_api(see the tip in that section for details). Apologies for being misleading. :) -Nick Johnson On Fri, Apr 2, 2010

[google-appengine] Re: Accessing the datastore remotely with remote_api

2010-04-02 Thread Benjamin
I suppose i'm looking at this thread with a little dismay http://groups.google.com/group/google-appengine/browse_thread/thread/e26ea1dd8b9a38f9/4924e3f20ed70bd1?lnk=gstq=java+bulk#4924e3f20ed70bd1 is it true that if i want to download all of my data, massage it, and re-upload it i need to make a

Re: [google-appengine] Re: Accessing the datastore remotely with remote_api

2010-04-02 Thread Eli Jones
Not sure what's so dismaying. The nice man you mention, Nick Johnson, has a post about exactly what you need to do (use bulkloader against a Java app): http://blog.notdot.net/2009/9/Advanced-Bulk-Loading-Part-5-Bulk-Loading-for-Java

[google-appengine] Re: Accessing the datastore remotely with remote_api

2010-04-02 Thread Benjamin
Eli - thanks! the sky is clearing and the sun is coming out I understand now that i need to create that little python application to make remote_api available on my java based app - Ben On Apr 2, 11:25 am, Eli Jones eli.jo...@gmail.com wrote: Not sure what's so dismaying. The nice man you

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread GregF
It sounds like you are trying to use remote_api from GAE, rather than your local machine. GAE libraries have sockets locked down to prevent abuse, which may be the source of your problem. On GAE, the only network option you have is url_fetch.

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread service G2100
Yes, I am trying to use remote_api from GAE. Since each application has resource limitation. Just trying to use multiple apps to connect single data source. Best Regards Tom Wu 2009/3/25 GregF g.fawc...@gmail.com It sounds like you are trying to use remote_api from GAE, rather than your

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread Ian Lewis
Tom, You can't use the remote api from appengine. It's for use in accessing the data from applications outside appengine. AFAICT, trying to connect multiple apps to a single datasource to get around resource limitations is a violation of google's terms of service. You might want to take a look

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread service G2100
Hi lan, According to the TOS. Does it mean app engine only for small application ? No scaling structure will approve by google ? Is any possibility for pay user like amazon EC2 and simpledb ? Thanks. Best Regards Tom Wu 2009/3/25 Ian Lewis ianmle...@gmail.com Tom, You can't use the

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread service G2100
It will be wonderful If google can provide the remote access from GAE for billing account. Best Regards Tom Wu 2009/3/25 service G2100 service.g2...@gmail.com Hi lan, According to the TOS. Does it mean app engine only for small application ? No scaling structure will approve by google ?

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread Andy Freeman
http://groups.google.com/group/google-appengine/browse_thread/thread/10fc2635dbfc6b6e On Mar 25, 3:32 am, service G2100 service.g2...@gmail.com wrote: Yes, I am trying to use remote_api from GAE. Since each application has resource limitation. Just trying to use multiple apps to connect

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-24 Thread service G2100
Sorry, *socket* has no attribute 'getdefaulttimeout'. 2009/3/25 Tom Wu service.g2...@gmail.com Accessing the datastore remotely with remote_api won't work under *.appspot.com. sock has no attribute 'getdefaulttimeout'. Best Regards Tom Wu