Difference between revisions of "CleanArchitectureGenerator"

From BITPlan Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
* https://wiki.bitplan.com/index.php/Py-sidif
 
* https://wiki.bitplan.com/index.php/Py-sidif
 
* https://github.com/WolfgangFahl/py-yprinciple-gen
 
* https://github.com/WolfgangFahl/py-yprinciple-gen
 +
* Usercode Section python project ...

Revision as of 10:34, 1 September 2024

Input

  • Metadaten von Usecases
  • Zugriffsschichtcode in Springboot
  • Annotationen
  • Entities z.B. ID Attribute - Java X
  • Interfaces, Methodensignaturen
  • Clean-Architecture Ebenen:
    • Infrastruktur - Datenbankebene, REST-Communication
    • Domain-Ebene - fachliche Sicht
    • Modell-Ebene - Abstrakation
    • Usecase-Ebene - Services und Aufrufe
    • Applications-Ebene

Alles in git als unabhängige Projekte - mit POM

Roundtrip

  • Manual Changes back to metamodel
  • verifification - is everything still compliant?

Links