jdomainapp / jda

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

BackEndGen: back end generator #16

Open ducmle opened 3 years ago

ducmle commented 3 years ago

Depends on #5

Overview

This is the backend generator component of the SwGen component.

Given a software specification in annotation-based DSLs (DCSL, MCCL), BackEndGenerator generates a backend application in a specified target platform. The default platform is Spring Boot but the generator is designed to easily support other backend platforms (e.g. Nodejs).

BESoftware

Make sure that SCC and MCCs are correctly used for generating BESoftware.

Desirable

SoftwareImpl

github-actions[bot] commented 11 months ago

This PR/issue depends on: