jdomainapp / jda

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

jdafs-tool #59

Open ducmle opened 3 years ago

ducmle commented 3 years ago

Dependencies:

Development

A typical scenario is as follows. The user would focus on defining the domain model (using DCSL) and the tool would take this model as input and generate an fullstack executable software as the output. The idea is that the user would see the domain model realised in the software, test it and improve the domain model. This is repeated until the domain model satisfies the requirements.

jdafs-tool is developed as an extension of the existing DomainAppTool component of jda. This component, however, only supports the Java Swing UI. jdafs-tool is designed to support web-based and mobile front-ends. It is built on the current fullstack implementation of the module jda-mosar.

Tasks