Hi Harald, Excellent! What I would like to have is the equivalent of Restlet 2.0's ConverterService, but at deferred binding time for GWT, in the "org.restlet.rebind" package.
We could then have an "org.restlet.ext.piriti" extension with a PiritiConverter based on your library that could be called back to generate the supporting code for de/serializing a given Java class/XML document. BTW, do you have any plan to support JSON binding in Piriti? That would be a great enhancement IMHO! Best regards, Jerome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com -----Message d'origine----- De : Harald Pehl [mailto:[email protected]] Envoyé : dimanche 21 février 2010 14:46 À : [email protected] Objet : RE: XML mapper for GWT 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 I was using Restlet 1.x with resources and XML representations. After publishing it on code.google.com I discovered the new approach in Restlet 2.0 you mentioned. I like the way you're using the object serialization from GWT. Really great work! The idea to open the logic for the deferred binding in Restlet sounds good. I would be very happy if I could contribute something. Best regards, Harald Pehl ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=24499 61 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2450017

