Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 836 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 836 Bytes

Major layers in Domain Driven Design

build Status CircleCI

  • Presentation Layer: Graphical user interface, focus on handling the interaction between the user and the application.
  • Application layer: Offers a middle ground to orchestrate or organize the interaction between domains and respoistories
  • Domain layer: Contains the business objects, business logics and in-proc domain events.
  • Infrastructure Persistence layer: Responsible for Data persistence and Data access

DDD layers