It seems that i need to now publish a new version of my app to
production that has the Remote_API available. I need some help
understanding what I need to change. Based on Nick's great blog
posting : http://code.google.com/appengine/articles/remote_api.html I
don't see any problem creating a remote client on my pc - i just need
to understand how to install the remote api on the server side for
java.
How do i configure Remote_API on a java app and how do i set up
security so my client app can access the data store?
Thanks!
is it true that if i want to download all of my data, massage it, and
re-upload it i need to make a small python app and upload it as a new
version to my production system in order to use the remote api and
bulk upload / download features?
--
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-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
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 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-Loadi...
> <http://blog.notdot.net/2009/9/Advanced-Bulk-Loading-Part-5-Bulk-Loadi...>
>
>
>
> On Fri, Apr 2, 2010 at 11:13 AM, Benjamin <bsaut...@gmail.com> wrote:
> > I suppose i'm looking at this thread with a little dismay
>
> >http://groups.google.com/group/google-appengine/browse_thread/thread/...
> > google-appengi...@googlegroups.com<google-appengine%2Bunsubscrib e...@googlegroups.com>
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 is
included with the Java runtime environment. The handler servlet class
is com.google.apphosting.utils.remoteapi.RemoteApiServlet.
I understand i need to add the java remote api to my server app, and
use the python sdk tools on my desktop to upload and download data.
I'm just confused on how to set up the remote api in my java app. I'm
sorry if i'm being obtuse.
i'm trying to find guidence on install the java remote_api in my app.
On Apr 3, 7:16 am, "Nick Johnson (Google)" <nick.john...@google.com>
wrote:
> 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...
> the tip in that section for details).
>
> Apologies for being misleading. :)
>
> -Nick Johnson
>
>
>
>
>
> On Fri, Apr 2, 2010 at 4:25 PM, Eli Jones <eli.jo...@gmail.com> wrote:
> > 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-Loadi...
>
> > <http://blog.notdot.net/2009/9/Advanced-Bulk-Loading-Part-5-Bulk-Loadi...>
>
> > On Fri, Apr 2, 2010 at 11:13 AM, Benjamin <bsaut...@gmail.com> wrote:
>
> >> I suppose i'm looking at this thread with a little dismay
>
> >>http://groups.google.com/group/google-appengine/browse_thread/thread/...
> >> google-appengi...@googlegroups.com<google-appengine%2Bunsubscribe...@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-a...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengi...@googlegroups.com<google-appengine%2Bunsubscribe...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
> Registered in Dublin, Ireland, Registration Number: 368047
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047- Hide quoted text -
>
> - Show quoted text -
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
On Apr 8, 12:12 pm, "Nick Johnson (Google)" <nick.john...@google.com>
wrote: