This looks good. However I mostly deal with others XML formats, so two questions:
1) Any thoughts on when handing of attributes may be added? 2) How does Piriti handle optional, missing, and empty elements? As in your example, what if <author> is missing <surname>, or if <surname> is either <surname/> or <surname></surname>? On Mar 26, 8:29 am, Harald Pehl <[email protected]> wrote: > Hi everyone, > > I'm pleased to announce Piriti 0.3.1. Piriti is a JSON and XML mapper > for GWT. It is based on annotations and deferred binding. 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 > > Resources: > - Project page:http://code.google.com/p/piriti/ > - Getting started:http://code.google.com/p/piriti/wiki/GettingStarted > - Sample application:http://piriti-sample.appspot.com/ > > Have fun, > Harald > > http://haraldpehl.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
