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.
[x] data source setting needs to come from SCC
[ ] #55
[ ] #57
[ ] #24
Desirable
[ ] #56
SoftwareImpl
[ ] test carefully for answering domain queries (especially with regards to parent-child requests)
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