Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How To Implement The Query Side Of CQRS in DDD?

domain-driven-design cqrs

Am I allowed to have "incomplete" aggregates in DDD?

domain-driven-design

Can Domain Services access Repositories?

domain-driven-design

How do you handle associations between aggregates in DDD?

Can you suggest DDD best practices

domain-driven-design

Framework suggestion for CQRS and EventSourcing [closed]

How to model entities that exists in all bounded contexts and that are a central part of the app?

Is it good practice to use domain objects as keys?

Is there a mismatch between Domain-Driven Design repositories and Spring Data ones?

Should Domain Model Classes always depend on primitives?

Immutable Value objects and JPA

Entities across bounded contexts in Domain-Driven Design

Should my Domain Exceptions be thrown from Application Layer?

Is it possible to use DDD and BDD together?

Is Repository Singleton or Static or None of these?

DDD, value objects and ORM

Spring Boot: How to keep DDD entities clean from JPA/Hibernate Annotations?

App-level settings in DDD?

domain-driven-design

How to model bank transfer in CQRS

Structure of a single bounded context

domain-driven-design