Domain objects/services and the Business Logic Layer

后端 未结 4 1559
-上瘾入骨i
-上瘾入骨i 2020-12-12 15:28

What are domain objects and domain services in software architecture? I am not familiar with them or how they differ from the business logic layer?

4条回答
  •  無奈伤痛
    2020-12-12 15:41

    The Business Logic Layer is also called the Domain Layer. This is the layer/tier that handles all the business logic.

    Domain Objects and Domain Services are classes that you use to build your Domain Layer.

提交回复
热议问题