What's the difference between application layer and business logic layer?

前端 未结 6 1958
你的背包
你的背包 2021-01-29 19:30

What\'s the difference between application layer and business logic layer? I kind of understand that business layer provides business specific services and application layer cou

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-29 19:47

    in classic layering in Business Layer we have:

    -Business Rules -Security -User Activity Loging -Transaction Management ...

    Functional Requierment + NonFunctional Requierment = Business Code

    in DDD Functional Requierment Like Business Rules and Business Logic Stay in Domain Layer And NonFunctional Requiement Like Security and User Activity Loging Stay in Application Layer

提交回复
热议问题