For JSON encoding, I've used this with POJO and POJO like objects: http://code.google.com/p/google-gson/
This makes easy things trivial and hard things ... well hard things are not that easy. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Thu, Jul 21, 2011 at 1:22 PM, Peter Murray <[email protected]> wrote: > Hi Roberto, > > I should have a complete example ready for posting in the next couple > of days. > > The application I'm currently working on is using Spring for request > routing and Codehaus Jackson for JSON encoding - seems to work pretty > well. Since gaeom does not alter the classes or wrap them in proxies, > most encoding frameworks should just work (e.g. GWT serialization, > XStream, etc). > > Let me know how it goes! > > Cheers, > > pete > > On Jul 20, 11:59 pm, Roberto Saccon <[email protected]> wrote: > > Great. I am currently a happy user of slim3, but I am always interested > in > > evaluating other approaches. Do you have somewhere a simple, but complete > > example app ? Is there a particular JSON encoder/decoder you recommend > for > > using with gaeom ? > > -- > 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.
