Dozer is a good option for you if you have already unmarshalled your XML into an POJO somewhere and you just want to perform the conversion in your own component. I wouldn't do it this way if you are going to be turning the POJO back to XML to send to another endpoint however. You could also conceivably use XSLT to transform the incoming XML message earlier in the flow so that it is in the proper format to unmarshall to your POJO.
Hope this helps. Chris On Fri, May 30, 2008 at 6:08 AM, cmoulliard <[EMAIL PROTECTED]> wrote: > > Hi, > > What is the best strategy to map/transform a POJO object into another one > through Servicemix ? The idea is to map/transform a POJO into another POJO > (entity/domain). This kind of object is more representative of the entity > class or table that we have to map with the database. > > Is Opensource Dozer an interesting tool ? > > Charles > -- > View this message in context: > http://www.nabble.com/Strategy-to-map-transform-a-POJO-into-a-POJO-Click-to-flag-this-post-tp17557390p17557390.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Chris Custine My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Directory Server :: http://directory.apache.org
