by Marco Di Stefano Introduction The domain layer is a collection of entity objects and related business logic that is designed to represent theenterprise business model. The major scope of this layer is to create a standardized and federated set of objects, that could be potentially reused within different projects. Once identified the enterprise business model segment that is useful for the … Continue reading Multilayered Architecture (2) – The Domain Layer
Tag: Architecture
Multilayered architecture (1) – Introduction
by Marco Di Stefano Introduction If you ever worked in an IT project, you would probably know how necessary it is to factorize the source code to avoid that the entropy will take possession of your project as soon as it becomes larger and larger… If you ever encountered one of those scenarios: 1) I started with … Continue reading Multilayered architecture (1) – Introduction