Hi Raj,

thanks a lot mate!

cleared things up!

but could you point me to a good resource directory, or example
directory, where I could get something on these lines.

What you have described is exactly what I intend to do.

You see I am new to this, so having a few difficulties.

Help truly appreciated!

regards

Ray

On Apr 29, 5:13 am, "Mr. Rajiv Bakulesh Shah" <brai...@gmail.com>
wrote:
> Hi, Ray.
>
> urlfetch is a way for a Google App Engine app to download web content.  In 
> other words, it's a way to get data into your GAE app, not a way to get data 
> out of your GAE app.
>
> If I understand you correctly, you need to write some request handlers within 
> your GAE app.  Your GAE request handlers can accept URL query parameters, 
> then fetch the appropriate data, then return the data in some nice format to 
> whoever made the request (presumably your AWS app).  Your request handlers 
> can return HTML, or JSON, or plain text (whatever is most convenient for you).
>
> Now, your AWS app can use urlfetch (or some equivalent function) to query 
> your GAE app.  Then your AWS app can crunch that data per your needs.
>
> I hope that clarifies things,
> Raj
>
> On Apr 28, 2010, at 9:41 PM, Rayomand wrote:
>
> > Hiya!
>
> > just a little help,
>
> > I have a good amount of data up on my GAE application datastore,
> > mostly numbers.
>
> > I need to access them using java, in order to carry out some number
> > crunchin calculations.
>
> > I intend hosting this java application on another cloud platform, say
> > AWS.
>
> > I wanted to know, about using the URLFetch option, i'm confused as to
> > what I have to pass as the URL to my java application.
>
> > I have been trying to find it on the google documentation, but haven't
> > been able to find what I am looking for.
>
> > and help, suggestions, will be greatly appreciated.
>
> > regards
>
> > Ray
>
> > --
> > 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 
> > athttp://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 
> athttp://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.

Reply via email to