Category Archives: JAXB

Cloning a JAXB object

When you are using Java language to integrate applications you sooner or later will need a XML Binding framework. I have always used JAXB which is very easy to use in combination with Maven and the right plugin. Currently I … Continue reading

Posted in JAXB, Maven | Tagged , | Comments Off on Cloning a JAXB object

Removing DiffGram element in web service messages

Some time ago I was asked to review existing web services for a customer. The main thing I noticed was that they were using Microsoft’s diffgram elements and attributes in their input and output messages. I was not familiar with … Continue reading

Posted in General, JAXB, Web Service, XML/ XSD/ XSLT | Tagged | Comments Off on Removing DiffGram element in web service messages

Generate JAXB classes with Maven based on multiple schema’s

Earlier, we blogged about generating JAXB classes based on XSD files. However, sometimes we need multiple configurations with multiple XSD files. Previous blog posts did not cover this topic, so I thought I’d cover it in a seperate post. The solution … Continue reading

Posted in General, JAXB, Maven | Tagged | Comments Off on Generate JAXB classes with Maven based on multiple schema’s