Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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

Domain Events without Service Locator

How manage transaction between domain logic and events in DDD?

DDD Customer, Contacts, and Addresses (aggregate root)

DDD: Should Persistence Logic belong to Infrastructure Layer?

Design: When the line between domain objects and service objects isn't clear

DDD: Domain Driven Design. What does the Domain mean in DDD?

Is Aggregate Root with Deep Hierarchy appropriate in DDD?

How to avoid anemic domain model with business logic in the form of rules

Aggregate for one entity

Refactoring domain logic that accesses repositories in a legacy system