Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Unit testing domain objects

Accessing domain objects in the view

How to stay DRY with validations in Domain objects and services vs validations in UI layer

DDD and Dependency Injection

Can POCO / Domain objects have dependencies injected to it

How do I return a domain object from the repository when there is a separate data model?

Repository pattern's answer to complex / non-model specific queries (i.e. reporting / aggregate data)

What does a domain object factory look like?

Combining DDD, multiple implementations and REST

Spring Data and DDD - domain model agnostic of persistence

service operation is called with a not found entity

Behavior of aggregate roots in DDD should be as actor or not?

DDD, viewmodel and validation in ASP.NET MVC

Correct way for communicating aggregates in DDD

Who is responsible for entity's mutation when domain event is raised? DDD

I18n in service layer

How to map database entity to the domain entity in DDD

BDD/DDD Where to put specifications for basic entity validation?

How to log "who did what" without adding userId in every method?