SoC and the Apex Common Library Tutorial Series Part 8: Implementing the Service Layer with the Apex Common Library
| |

SoC and the Apex Common Library Tutorial Series Part 8: Implementing the Service Layer with the Apex Common Library

Preparation for the rest of this article There is NO FRAMEWORK that can be made for service layer classes. This is a business logic layer and it will differ everywhere. No two businesses are identical. That being said, if you would like to leverage all of the other benefits of the Apex Common Library (primarily…

SoC and the Apex Common Library Tutorial Series Part 7: The Service Layer
| |

SoC and the Apex Common Library Tutorial Series Part 7: The Service Layer

What is the Service Layer? The Service Layer, “Defines an application’s boundaries with a layer of services that establishes a set of available operations and coordinates the application’s response in each operation”. – Martin Fowler This essentially just means that the service layer should house your business logic. It should be a centralized place that…