This project contains the delegate interface to the datacenter.
The name of the jar produced by this project is astrogrid-datacenter-client
To add a dependency on this project to your own project, add the following to your project.xml
This project generates a large amount of source code automatically from XML schema and WSDL files in src/xsd and src/wsdl. This source is placed in a separate tree called generated/java.
This maven project has an additional goal - generate-delegate that performs this code generation. Castor and the wsdl2java tool from Axis are used as part of this. The goal is defined in the maven.xml file, where is is documented in more detail.
The code generation is not performed automatically by the nightly build: after editing the wsdl or schema files the generate-delegate goal must be run by hand; then the generated sources verified and checked back into CVS.