jdomainapp/jda

jda.modules.dodm: enhanced support for data management

ducmle opened this issue · 0 comments

Overview

jda.modules.dodm is one of the core modules of JDA. It is responsible for managing both the run-time and storage lifecycles of each domain object.
The module is designed to easily support different data storage technologies. It currently supports JavaDB (Java's embedded RDBMS) and PostgreSQL.

The aim of this project is to enhanced data management capabilities of jda.modules.dodm.

Requirements

  • Java programming

Features

  • support MySQL (#51)
  • #99
  • domain transaction (see #64)
  • support SQLite (#95)
  • data model update synchronisation: changes in the domain model is synchronised to the data source

Tasks

  • ...