[appengine-java] Appengine Rest Services

2011-08-12 Thread Bruno Sandivilli
Hi, i'm doing some ressearch, because i want to do some rest services. I can do this by uusing Spring MVC + Jackson But i'm thinking in use some kind of stuff that integrates better with appengine. Im thinking in use : Guice + Jersey . But, i could not find some good examples on the web. I found

Re: [appengine-java] Appengine Rest Services

2011-08-12 Thread Bruno Fuster
I'm using VRaptor with Guice, which is much faster than Spring, for RESTful resources. Vraptor is a very productive MVC/RESTful web framework and there's a blank GAE project for a quick start. Pico is very fast too. You can also use a static component scanner for even faster startup (around 3

Re: [appengine-java] Appengine Rest Services

2011-08-12 Thread Jeff Schnitzer
I'm pretty happy with Resteasy: http://www.jboss.org/resteasy There was a minor trick to getting Guice integrated nicely (see my recent post on the resteasy-developers list). Other than that it works great, and you can use it to render HTML pages with a little extension:

Re: [appengine-java] Appengine Rest Services

2011-08-12 Thread Inderjeet Singh
You can also look at Greaze: http://code.google.com/p/greaze/ I authored this framework and have used it to write JSON-based REST services on GAE and access them from Android clients. Inder --- Checkout my Android app PowerVocab: https://market.android.com/details?id=com.applimobile.powervocab