I use Resteasy with Jackson. It works great. Uses the standard JAX-RS annotations.
http://docs.jboss.org/resteasy/docs/2.3.0.GA/userguide/html_single/index.html Jeff On Mon, Jan 16, 2012 at 11:51 PM, angstrom348 <[email protected]> wrote: > I am trying to allow for app engine interaction through JSON calls and > return JSON back to the client (a mobile phone running a client app). > > A good example exists for python users at > http://code.google.com/appengine/articles/rpc.html. > > How would you set up a basic ability to listen for JSON requests, parse > them, and convert any results back to JSON and push them back as a JSON > response? > > Any examples I have been able to find appear either vague or outdated. > > Thank you. > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine-java/-/aCUsTbjjtVEJ. > 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.
