Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 1
    It would be more accurately called the Business Logic Layer. Your domain is whatever your software is about, eg: online shop has a domain covering carts, bills, customers, products, etc... Commented Jan 15, 2020 at 6:33
  • 1
    the entities belong to the domain layer (domain services + domain entities) - dto to the data access. Commented Jan 15, 2020 at 9:56
  • @Kain0_0 depends on architectural framework. Onion architecture and Martin Fowler call this domain. Others call this the business layer or the use case layer. So I’d stay flexible on the naming ;-) Commented Jan 15, 2020 at 10:00
  • Love the diagram - really helps us to understand what you're asking Commented Jan 15, 2020 at 14:05
  • 1
    @Christophe +1 to your answer below. Commented Jan 15, 2020 at 22:51