AstroGrid DataCenter Server

This project contains the datacenter server framework. For specific server implementations, see the implementations project.

The name of the jar produced by this project is astrogrid-datacenter-server To add a dependency on this project to your own project, add the following to your project.xml
      <dependencies>
      ...
      <dependency>
      <groupId>astrogrid-datacenter</groupId>
      <artifactId>astrogrid-datacenter-server</artifactId>
      <version>SNAPSHOT</version>
      </dependency>
      ...
      <dependencies>