About 150,000 results
Open links in new tab
  1. Domain Driven Design: Domain Service, Application Service

    Can someone explain the difference between domain and application services by providing some examples? And, if a service is a domain service, would I put the actual implementation of this service …

  2. What is Domain Driven Design? - Stack Overflow

    Aug 30, 2017 · Domain Driven Design is a methodology and process prescription for the development of complex systems whose focus is mapping activities, tasks, events, and data within a problem domain …

  3. Samples for Domain Driven Design (esp .NET focused)

    Oct 27, 2011 · The author of Domain-Driven Design has created a project Time & Money as a showcase for the concepts described in his book. This is more than just a 'toy' project that provides some …

  4. Actor design pattern and real-world examples - Stack Overflow

    Feb 11, 2021 · Using the Actor Model with Domain-Driven Design (DDD) in Reactive Systems (he turns domain aggregates into actors), and also Alexey Zimarev in DDD, Event Sourcing and Actors (he …

  5. domain driven design - When do you use entities, value objects and ...

    Nov 5, 2023 · Entity versus Value object In DDD, you model your business cases using domain objects. These objects can fall into 2 categories: entities and value objects. Entites have a natural key to …

  6. domain driven design - What is an Aggregate? - Stack Overflow

    May 31, 2023 · In the Domain Driven Design world, the authoritative definition of aggregate is from Eric Evans book Domain Driven Design: Tackling Complexity in the Heart of Software. An AGGREGATE …

  7. Are there any open source examples of domain driven design?

    Jul 7, 2022 · I've been reading the books and watching videos, but would love to see some real world implementations of good DDD. Tangentially related - are there any Youtube videos of DDD projects …

  8. Domain Driven Design in Node.js Application - Stack Overflow

    I'm not saying one can't create a domain model in JavaScript. Just like one could create one in C. But does that mean one should? The example you give uses some terminology in domain-driven design, …

  9. domain driven design - Java code example of Hexagonal Architecture ...

    Jun 12, 2020 · So I'm looking for an example Java project that practically demonstrates the interactions between the Domain, Application, and Framework layers. Anyone know if something like this exists? …

  10. domain driven design - Right and wrong about services in DDD - Stack ...

    Jul 10, 2019 · 2 I believe your understanding of Domain Service is off the mark. The right starting point is going to be chapter 5 of Domain Driven Design by Eric Evans, where he defines Value Object, Entity …