Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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?

How to simplify Unit Testing DDD Value objects Equality with AutoFixture

When to update audit fields? DDD

CQRS - Domain Exceptions Vs Events for Exceptional Scenarios

domain-driven-design cqrs

Are Repositories implementations part of my domain? Should repositories have SQL queries?

domain-driven-design