This is really fantastic, Harald! We're undergoing a major update of two of our GXT and Restlet powered projects, and I suspect this is just what the doctor ordered. If r6416 fixed my cookie bug (and I think it did, thanks Thierry) I can move on to having a look at this. I'm super excited!
- Rob On Fri, Mar 26, 2010 at 9:02 AM, Harald Pehl <[email protected]>wrote: > Hi Jerome, > > I'm pleased to announce Piriti 0.3.1. Piriti now supports mapping both JSON > and XML data. Here are some of the features: > - Built-in support for many types (primitives, String, Date, Enums, ..) > - Possibility to specify date and number formats > - Support for mapping arrays and collections > - Flexible XML mapping using XPath expressions > - GXT extension for mapping to GXT models > - Restlet extension built on top of the Restlet GWT edition > > For the Restlet extension I implemented two representations: > - PiritiJsonRepresentation<T> which extends JsonRepresentation > - PiritiXmlRepresentation<T> which extends DomRepresentation > They use Piriti readers to map the incoming JSON value / XML document to > POJO(s). > > Resources: > - Project page: http://code.google.com/p/piriti/ > - Getting started: http://code.google.com/p/piriti/wiki/GettingStarted > - Restlet extension: > http://code.google.com/p/piriti/wiki/RestletExtension > - Sample application: http://piriti-sample.appspot.com/ > > > Have fun, > Harald > > http://haraldpehl.blogspot.com/ > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2465437 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2465689

