Hello Pop I recommend a RESTful framework, VRaptor <http://vraptor.caelum.com.br/en>. I've been using for almost a year with iphone clients.
Just some result.use(json()).from(obj).serialize() is enough and a @Consumes annotation for payloads. Their group will answer you fast if you have any doubts, and there's a blank project for GAE <http://code.google.com/p/vraptor3/downloads/list>. The only thing I did was to create my own serializer/deserializer with GSON, but that was really easy. Regards, On Fri, May 20, 2011 at 10:43 AM, Pop Vasile <[email protected]> wrote: > Thanks guys, great resources. I'm still a bit confused about the approach > on GAE server-side... Should I use servlets? Restlet? Something else? > > -- > 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. > -- Bruno Fuster -- 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.
