If what you're saying is that you want to use appengine to host web
services (REST or some dialect of XML) then my answer is: sure, go
ahead, so long as you use Python. In my experience, appengine's java
support is unreliable: simple java apps are occasionally killed for
"excessive latency," and sometimes they just load really slowly.

And if you want to implement your web services in JRuby, you have the
same problems with java, but to a greater degree (as jruby is
essentially a really big java library).

So: either use Python or wait to see if google adds support to keep
Java apps loaded.




On Feb 22, 12:47 pm, John777 <[email protected]> wrote:
> Hi,
>
> I am planning to use Ruby on Rails on other hosting site and push/pull
> some of data to/from Google App Engine. Do you guys think it is a good
> idea?
>
> Thanks,
> John

-- 
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.

Reply via email to