Difference between revisions of "CleanArchitectureGenerator"

From BITPlan Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
* Manual Changes back to metamodel
 
* Manual Changes back to metamodel
 
* verifification  - is everything still compliant?
 
* verifification  - is everything still compliant?
 +
= Links =
 +
* http://contexts.bitplan.com
 +
* https://wiki.bitplan.com/index.php/Py-sidif
 +
* https://github.com/WolfgangFahl/py-yprinciple-gen
 +
* Usercode Section python project ...
 +
* https://mogwai.bitplan.com/ - Gremlin- Subgraphs instead of nested traversal code
 +
*  https://github.com/BITPlan/com.bitplan.simplegraph

Latest revision as of 10:41, 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