SE2006:group bar:March Deliverables

From Earlham CS Department
Revision as of 11:53, 31 March 2006 by Hunteke (talk | contribs) (A submission of the March Deliverables)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

March Deliverables

As requested from Chris' email:

1) API Documentation

2) Test harness (with instructions) for the API

  • We use JUnit, and it must run from Eclipse (for now). Other hooks (to use it) coming soon.

3) Data store information

  • The data dictionary itself
    • Postgres Tobias on Millie.
  • Scripts/instructions for creating the schema in the database instance
    • There are none because this is done dynamically by our code. (Based on SourceDefinition, see above URL.)
  • Scripts/instructions to populate the database with your data sources and their source information
    • See above pointer. Just run the java program, and the Scheduler will take care of all the nitty/gritty details.