DevOps / Maven Interview questions II
What is JAXB2 maven plugin and where will you use it?
JAXB2 maven plugin wraps and enhances the JAXB Schema Compiler (XJC) and allows compiling XML Schemas (as well as WSDL, DTDs, RELAX NG) into Java classes in Maven builds.
This is plugin is used to generate web service clients from WSDL by generating domain Java classes. Plugin can marshall (Java to xml ) as well as unmarshal (xml to Java).
More Related questions...