December 10, 2002

Castor XML is an XML databinding framework

Castor XML is an XML databinding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables one to deal with the data defined in an XML document through an object model which represents that data.

Link to Castor Application

Castor is a cool tool to convert XML Schema into JAVA classes that contain ELEMENT and ATTRIBUTE SET and GET CLASS METHODS as well as marshall and unmarshall CLASS METHODS to convert of XML into JAVA Objects and back into XML.

Posted by at December 10, 2002 06:08 PM | TrackBack
Comments