Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why Another Schema Compiler?

compiler schema
0
Posted

Why Another Schema Compiler?

0

Although Microsoft and Mono both include XSD.exe with their distribution, both of them only generate concrete classes with XmlSerialization support. For small personal projects, concrete classes are appropriate, but for large complex applications, using JAXB style compilation is more appropriate. For those not familiar with JAXB, it generates an interface and concrete class. This means applications only reference the interface and do not use the concrete classes directly. It means the same class in a GUI can have different implementation than on the server.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123