I'm a big fan of the Restlet framework. When using REST resources with XML representations in combination with GWT you have to parse the XML and map it to the model used in the GWT client. The code therefore is tedious and error-prone. So I decided to start a little framework called "piriti" (Maori for bridge). The basic idea behind piriti is to use annotations on your model and generate the parsing / mapping code with the help of deferred binding.
Feel free to take a look at it under http://code.google.com/p/piriti/ and let me know if this is somewhat useful! Cheers Harald ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2437452

