Tactical Patterns

Checkout lesson on UDEMY Section preview

Model Driven Design provides a framework for the realization of Systems modeled using the Domain Driven Design approach. Tactical patterns are the building blocks

In this section you will learn the tactical patterns.

strategic-patterns

Domain objects

Domain objects a.k.a. Business objects are the foundational elements for defining the concepts in a domain model.

Think of these as:

  • Java objects
  • Entities in a database

Object persistence

Domain objects are persisted in long term storage such as a database or object storage.