posted 20 years ago
Jeremy,
Axis is not a XML-Java binding tool AT ALL, while Castor is.
Axis is a SOAP implementation. It is usefull if you want to develop a web service solution.
Castor XML is a databinding framework, allowing XML <---> Java bindings
Axis and Castor XML can be used together. You can receive-send a SOAP request using Axis and transform into Java Objects with Castor XML
/ JeanLouis<br /><i>"software development has been, is, and will remain fundamentally hard" (Grady Booch)</i><br /> <br />Take a look at <a href="http://www.epfwiki.net/wikis/openup/" target="_blank" rel="nofollow">Agile OpenUP</a> in the Eclipse community