Spring Boot XML Schema

XML is still the most sophisticated format for distributed data, when you have complete control between your clients and services JSON is the king, but if not, you probably will need to deal with XML, and there is for good reasons: XML is a W3C standard XML can be validated using Schemas XML embraces extensibility Supports multilingual documents Can embed multiple data types All those reasons are important, but most important is that we can validate any XML using XSD Schemas, in this technical post we will see how to generate Java classes using XSD eschemas with JAXB2 and Spring Boot. [Read More]