< 

Files and Setup

< 

Table of Contents

< 

Installing the Database


Documents

You will use the following documentation as you work on WordHoard:

  • See the javadoc for the detailed internal package, class, and method-level documentation for WordHoard.
  • See the object model drawings for an overview of the persistent object model. Every developer needs to become intimately familiar with the object model. See the javadoc for more detailed descriptions of each of the packages and classes in the object model.
  • We use the open source Hibernate Java persistence product to map our object model to its underlying relational database tables. You will need to become thoroughly familiar with Hibernate, and you will want to keep a copy of the Hibernate reference manual handy. We have made a few changes to the version of Hibernate used in WordHoard.
  • We use the open source MySQL database product to store the relational database tables for the persistent object model. You will need to become thoroughly familiar with MySQL, and you will want to keep a copy of the MySQL reference manual handy.
  • The full build report contains the detailed report from the most recent full build of the static object model. This report contains error messages in the form "##### message".
  • This report is from the most recent build of Professor Martin Mueller's tagging data. It is of interest only to NU developers.

< 

Files and Setup

< 

Table of Contents

< 

Installing the Database