Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD: is it ok to inject a Service into an Entity

symfony domain event

What is the best way to represent priorities/preferences in objects?

DDD: Should I use the Symfony EventDispatcher for my domain events?

DDD: how to properly implement with JPA/Hibernate entities relation?

How are domain events dispatched from within domain objects?

EF Core and DDD: Store ValueObjects in the same table as Entities, also use parametrized constructors to set property values on Entities

How to properly publish DDD domain events with spring?

Using multiple services or multiple repositories within service?

How do you deal with DDD and EF4

POCOs != Domain Objects?

Domain rich applications without ORMs

Organizing the directory structure of my DDD-based web application?

DDD: caching aggregate objects that received from sever

Domain-Driven Design Class Diagram

Product Configuration Relationships

How to set private fields on a domain model in the repository

DDD: Aggregate Root accessed by another aggregate root

How to avoid anemic data model? Can repositories be injected into entities?

Event Sourcing - where does Domain Logic fit in?