I have to generate the classes from schema (XSD). Then I have to unmarhsall the XML into objects and then marshall the objects to XML. I have looked for various framework supporting that. I have looked for JAXB, Castor, XMLBeans, JIBX, Quick and Zeus. The finding are as: 1. Quick and Zeus does not support the class generation from XSD, only ...