
一文读懂:领域驱动设计DDD - 知乎
Sep 22, 2025 · 领域驱动设计(DDD)前些年很火,因为近两年2B和SAAS越来越受关注。但不少人读过Eric Evans的《领域驱动设计》和Vaughn Vernon的《实现领域驱动设计》后,都很懵,太抽象。 本 …
What is Domain Driven Design? - Stack Overflow
Aug 30, 2017 · DDD (domain driven design) is a useful concept for analyse of requirements of a project and handling the complexity of these requirements.Before that people were analysing these …
What is Domain Driven Design (DDD)? - Stack Overflow
Aug 10, 2019 · Before attempting DDD, you should be familiar with design patterns and enterprise design patterns. Knowing these makes DDD a lot easier to grasp. And, as mentioned above, there is …
domain driven design - Rest API and DDD - Stack Overflow
Feb 29, 2016 · Domain-driven design is about domain. API clients should be designed with domain in mind too. Otherwise you lose most of benefits of DDD.
DDD - Dependencies between domain model, services and repositories
To your last point, services in DDD are a place to put what I describe as "awkward" logic. If you have some type of logic or work flow that has dependencies on other entities this is the type of logic that …
DDD and MVC: Difference between 'Model' and 'Entity'
Feb 8, 2011 · In DDD, there is also the concept of a Domain Entity, which has a unique identity to it. As I understand it, a user is a good example of an Entity (unique userid, for instance). The Entity has a …
Where to put business logic in DDD - Stack Overflow
If you put all your business logic in an (implicitly stateless) service layer you're writing procedural code. By decoupling behavior from data, you're giving up on writing object-oriented code. That's not always …
DAO, Repositories and Services in DDD - Stack Overflow
Nov 13, 2013 · After reading several articles, I am starting to understand the difference between DAO and Repositories, but I find myself in trouble trying to understand the difference between …
Domain Driven Design vs Model Driven Architecture
Nov 12, 2010 · The root of both Domain-Driven Design (DDD) and Model Driven Architecture (MDA) is Model-Driven Engineering (MDE), also known as Model-Driven Software Development (MDSD) if …
DDD Hexagon - Should the Domain Layer ever talk to the …
Mar 24, 2021 · DDD Hexagon - Should the Domain Layer ever talk to the Infrastructure (DAL) Layer in any situation? Asked 4 years, 8 months ago Modified 1 year, 9 months ago Viewed 11k times