JavaPulse

a finger on the pulse of the freelance Java™ market in the Netherlands

Upgrading Maven2 castor-maven-plugin to use Castor 1.1.2.1

Castor is a tool for generating java objects from xsds. It provides the ability to process XML as Java objects. This is an alternative to building up a DOM tree or implementing callback methods for the SAXParser yourself.
The latest version (1.0) of castor-maven-plugin for Maven2 in the central repo uses Castor version 0.9.7. However, the [...]