jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

jda-dom #61

Open ducmle opened 2 years ago

ducmle commented 2 years ago

Overview

This represents the domain modelling support of JDA. Currently, it includes a custom-made annotation-based DSL, named DCSL, to specify the domain model of the software.

However, we would like to extend this to support other industry-popular domain modelling languages (e.g. Hibernate).

Note that this module only affects the domain model layer. The modules and software layers should stay unchanged.

Features

Tasks