Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Should an Aggregate Root Implement an Interface in Domain-Driven Design

tdd domain-driven-design

Can I do Domain Driven Design without domain experts? [closed]

domain-driven-design

Mapping between the persistence model and the domain model

domain-driven-design

How would model a vote/like system in a DDD/CQRS/EventSourced project?

Should events be stored in order, and how, when using CQRS/event sourcing

How to PATCH an Aggregate Root

Accessing entities via aggregate root: simple example?

domain-driven-design

Domain Driven Design - Parent child relation pattern - Specification pattern

Guice dependency injection for entity beans?

Eventual consistency across aggregate roots in the same bounded context using a process manager aka saga

domain-driven-design cqrs

How should Domain Services call Infrastructure services?

domain-driven-design

DDD: How to handle large collections

In what layer do controllers fit in layered architecture/DDD

Microservices Architecture: Chatty services or data duplication

DDD: what's the use of the difference between entities and value objects?

Maven module layout for DDD projects

Enum type naming conventions in DTO's

Spring MVC 3 - Binding an 'immutable' object to a form

Repository class in DDD

how to implement services and repositories on onion architecture?