Skip to content
laseelan edited this page Feb 22, 2012 · 3 revisions

Project structure

The project is composed of a top-level (parent) project, which aggregates several modules:

  • com.dbco.readingresults.model (jar): the domain model of the application
  • com.dbco.readingresults.data (jar): which provides simplified access to data stored in persistent storage.
  • com.dbco.readingresults.core (jar): functional algorithms that handle information exchange between a database and a UI

Clone this wiki locally