By mitchp
via java.dzone.com
Published: Feb 06 2013 / 08:38
When creating webservices a lot of people have objections against using JAXB for binding XML to objects. This may be because of performance reasons, allergy to generated code or simply a philosophical belief that you should not mix document centric services with an object oriented model. Whatever the reasons for not using JAXB you have, I'll try to describe a possible alternative solution using Camel.
Tweet
SaveShareSend
Tags: how-to, java, open source, web services
Add your comment