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

前端 未结 6 2009
你的背包
你的背包 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条回答
  •  星月不相逢
    2021-01-29 19:50

    In my head, the divide between Business and Application logic is this: Business logic manages data, Application logic manages users

    —— from a comment here: https://www.bennadel.com/blog/2436-what-the-heck-is-business-logic-anyway.htm#comments_41200

提交回复
热议问题