Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Interface with service layer or domain objects themselves? (DDD)

In CQRS, how do I communicate a list of allowable methods on an aggrregate to the UI?

domain-driven-design cqrs

DDD: the Repository contract

Should I mix technologies within assemblies?

Entity's id as constructor argument or through a setter method?

Standard conventions or good practices when naming local/remote interfaces of EJBs?

Connecting the dots with DDD

DDD Object Persistence without Getters

Is it a good design practice to have an interface for each service class in DDD?

Can the Visitor Pattern take additional parameters

In DDD how to pass Value Objects via DTO?

CQRS Query handler with no parameter

layer to implement security in domain driven design?

domain-driven-design

DDD: Can an Aggregate Root be an Entity within another Aggregate Root?

How to ensure the order of messages in CQRS pattern

Does an Anemic Domain Model mean you can't use utility/support classes as "helpers" for your domain model?

How do you persist/restore aggregate roots with entities in DDD?

The best way to model the domain together with the domain expert

CQRS Event Sourcing check username is unique or not from EventStore while sending command

Concrete examples on why the 'Anemic Domain Model' is considered an anti-pattern [closed]