SoC and the Apex Common Library Tutorial Series Part 10: The Domain Layer
| |

SoC and the Apex Common Library Tutorial Series Part 10: The Domain Layer

What is the Domain Layer? The Domain Layer is, “An object model of the domain that incorporates both behavior and data”. – Martin Fowler In most coding languages you need to connect to the database, query for the data and then you create wrapper classes to represent each underlying table in your database(s) to allow…