Ikai, No but I have been meaning to. Maybe I could put something together for the GAE blog if you are interested. The project we use GAE Java + Restlets + Freemarker for is MetaCDN (http://www.metacdn.com)
You can check out our RESTful API here: http://www.metacdn.com/apidocs/ Feedback is always appreciated. I know the arguments about what is RESTful and what is not are pretty fun. :) cheers James On 30 November 2010 06:40, Ikai Lan (Google) <[email protected]<ikai.l%[email protected]> > wrote: > James, cool! Did you blog about this anywhere? > > This blog post is outdated, but I thought Jersey was pretty fun: > > http://blogs.sun.com/naresh/entry/running_the_jersey_webapp_on > > I was going to whip up a blog post about this for anyone who was > interested. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blogger: http://googleappengine.blogspot.com > Reddit: http://www.reddit.com/r/appengine > Twitter: http://twitter.com/app_engine > > > > On Wed, Nov 24, 2010 at 10:25 PM, James Broberg <[email protected]>wrote: > >> GAE is fantastically suited for REST. I use GAE Java + Restlets + >> Freemarker myself. >> >> >> On 25 November 2010 08:41, supercobra <[email protected]> wrote: >> >>> Hello there, >>> >>> What is your best practice to develop REST on GAE? >>> >>> Daniel >>> -- >>> [email protected] >>> >>> >>> >>> On Wed, Nov 24, 2010 at 2:36 PM, Jay <[email protected]> wrote: >>> > Yahel, GAE is a great platform for building and delivering RESTful >>> > services. Of course there are quotas. But you are in control of how >>> > much quota you want to a large extent. >>> > >>> > On Nov 23, 9:43 pm, Yahel Carmon <[email protected]> wrote: >>> >> Hi all, >>> >> >>> >> I'm new to playing with GAE, and I'm thinking of using it to build a >>> very >>> >> simple API for one of my projects. I like the idea of the >>> >> scaling (mostly) handling itself for an API. >>> >> >>> >> However, I've read things about things like rate limiting triggering >>> >> captchas for end users, a la Google services. Does that type of rate >>> >> limiting present problems with using GAE as a backend for a REST API? >>> >> >>> >> I apologize if I'm asking a dumb or obvious question, but its >>> surprisingly >>> >> difficult to Google for if GAE can be used to build APIs without >>> finding >>> >> pages* *about GAE's API. >>> >> >>> >> Thanks in advance! >>> >> >>> >> -- >>> >> Yahel Carmon >>> >> (917) 445-3498 >>> >> Twitter:http://twitter.com/yahelc >>> >> Facebook:http://facebook.com/yahel >>> >> LinkedIn:http://www.linkedin.com/in/yahelc >>> > >>> > -- >>> > 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]<google-appengine%[email protected]> >>> . >>> > 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 [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<google-appengine%[email protected]> >>> . >>> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine%[email protected]> >> . >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > 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 [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.
