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
As I understand it the business layer is in charge of the business decisions AKA the logic involving the protocols of the client.
The application layer are the raw processes that have nothing to do with business decisions.