I have implemented a JSONServlet that accepts JSON and returns JSON. I use GSON as the java-JSON binding framework.
Link here- http://code.google.com/p/amazingapis/ Note the documentation for GAE stuff is poor but the package of interest is org.webscale.json.* There is servlet framerwork and a client framework for pumping in JSON requests. the client is multithreaded and hence you can fireoff a lot of requests. Note: GSON - http://code.google.com/p/google-gson/ is a required lib for this to run On Nov 4, 10:34 pm, "Nitin Joshi" <[email protected]> wrote: > You canusefollowing classes tousejsononserver-side. > org.json.JSONArray and org.json.JSONObject > > you have to download a jar file (json-rpc-1.0.jar) tousethese > classes.http://viralpatel.net/blogs/download/json/json-rpc-1.0.jar > > > > -----Original Message----- > From: [email protected] > > [mailto:[email protected]] On Behalf Of Nguy?n Kim Kha > Sent: Wednesday, November 04, 2009 6:01 PM > To: Google App Engine for Java > Subject: [appengine-java] How touseJSONonserver-side? > > I'm newbie... > > I want touseJSONonserver-sideto do something... But I can't... > > Please help me! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
