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: http://code.google.com/p/htmleasy/ It all works normally on appengine, no issues. Jeff On Wed, Aug 10, 2011 at 1:37 PM, Bruno Sandivilli <[email protected]> wrote: > 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 this : > > http://blog.iparissa.com/jersey-guice-on-google-app-engine-java/ > > but i cant find the jersey-guice(wich contains GuiceContainer). > > Is this the best way to build a rest service in Java + Appengine? > > May i use Spring or Guice to acomplish this? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
