jdomainapp/jda

BackEndGen: back end generator

Opened this issue · 1 comments

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.

  • data source setting needs to come from SCC
  • #55
  • #57
  • #24

Desirable

SoftwareImpl

  • test carefully for answering domain queries (especially with regards to parent-child requests)
  • ...

This PR/issue depends on: