DarTra
 
   

Shared Code

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.