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.
