RE: XML mapper for GWT

2010-03-26 Thread Harald Pehl
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

RE: XML mapper for GWT

2010-02-26 Thread Jerome Louvel
, Jerome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com -Message d'origine- De : Harald Pehl [mailto:harald.p...@googlemail.com] Envoyé : mardi 23 février 2010 09:56 À : discuss@restlet.tigris.org Objet : RE: XML

RE: XML mapper for GWT

2010-02-23 Thread Harald Pehl
Hi Jerome, sounds good! I looked into ClientProxyGenerator.generateMethod() and noticed that the conversion is currently done using ObjectRepresentationT. If I get it right you want to replace this by the client side ConverterService? Do you already have something in place or are you in the

RE: XML mapper for GWT

2010-02-21 Thread Harald Pehl
Hi Jerome, when designing Piriti I was inspired by JAXB, but I wanted a clean and lean API. So I decided to implement only a subset of features (no support for namespaces, schema, ...). Also Piriti is based on XPath expressions to map XML. Baiscally Piriti originates from a few projects where

RE: XML mapper for GWT

2010-02-21 Thread Jerome Louvel
Technologies ~ http://www.noelios.com -Message d'origine- De : Harald Pehl [mailto:harald.p...@googlemail.com] Envoyé : dimanche 21 février 2010 14:46 À : discuss@restlet.tigris.org Objet : RE: XML mapper for GWT Hi Jerome, when designing Piriti I was inspired by JAXB, but I wanted a clean

RE: XML mapper for GWT

2010-02-20 Thread Jerome Louvel
Hi Harald, I just reached your email :) Thanks for the enthusiasm! If I understand correctly, Piriti is a JAXB equivalent for GWT, leveraging GWT's deferred binding mechanism? Our approach in Restlet 2.0 was to leverage the object serialization format from the GWT-RPC mechanism to serialize the