DarTra Shared 0.0.1

DarTra shared code library.

See:
          Description

Packages
org.dartra.framework This package defines the core DarTra framework.
org.dartra.framework.dao This package defines data access interfaces (DOA's, Data Access Objects) to persist the data captured by the core framework.
org.dartra.games.baseball Implementation of the classic baseball darts game.
org.dartra.games.cricket Implementation of the classic cricket darts game.
org.dartra.games.cricket.visitor Visitors processing cricket darts game data.
org.dartra.games.golf Implementation of the classic golf darts game.
org.dartra.games.golf.visitor Visitors processing golf darts game data.
org.dartra.games.practice A package of practice darts games.
org.dartra.games.x01 Implementation of the classic x01 darts game.
org.dartra.standard Standard implementation of the DarTra framework.
org.dartra.standard.visitor Visitors to process and analyse standard darts games.
org.dartra.util General purpose utility classes.

 

DarTra shared code library. This library contains the core components of the DarTra system that are shared by all other subsystems: GUI client, J2ME clients, ....

Since this code needs to run in J2EE, J2SE and J2ME environments, it needs to follow a lowest common denominator approach regarding the APIs that can be used. This is the reason why it is compiled against the J2ME CLDC 1.1 / MIDP 2.0 APIs instead of the normal J2SE APIs.