About 35,400,000 results
Open links in new tab
  1. What is Domain Driven Design? - Stack Overflow

    Aug 30, 2017 · DDD is a thought process. When modeling a design of software you need to keep business domain/process in the center of attention rather than data structures, data flows, …

  2. What is Domain Driven Design (DDD)? - Stack Overflow

    Aug 10, 2019 · DDD is about trying to make your software a model of a real-world system or process. In using DDD, you are meant to work closely with a domain expert who can explain …

  3. 一文读懂:领域驱动设计DDD - 知乎

    Mar 22, 2025 · DDD就应运而生了: DDD定义. 领域驱动设计(英文:Domain-Driven Design,缩写DDD)是一种模型驱动设计的方法,通过领域模型捕捉领域知识,使用领域模型构造更易维 …

  4. Can you suggest DDD best practices - Stack Overflow

    Aug 14, 2013 · DDD is not software architecture: it's a development process built around the ubiquitous language. But DDD is not for object oriented languages only: I successfully applied …

  5. domain driven design - Rest API and DDD - Stack Overflow

    Feb 29, 2016 · The REST resources doesn't have to be model objects to perform CRUD operations on them as a result of POST/GET/PUT/DELETE. Resources can be whatever …

  6. Where to put business logic in DDD - Stack Overflow

    You have to have 4 layers with DDD: Presentation, Application, Domain, and Infrastructure. The Presentation layer presents information to the user, interprets user commands. All dependent …

  7. DAO, Repositories and Services in DDD - Stack Overflow

    Nov 13, 2013 · DDD doesn't solve anything but is a great resource that show another vision about how you may structure your code for solving big aspect of a system that handles CRUD …

  8. 领域驱动设计(DDD)靠谱吗? - 知乎

    领域驱动设计ddd越来越受到重视, 国内有很多团队在使用领域驱动设计ddd, 但是每一个团队对ddd的理解可能不一样。 如果领域的设计不能很好地指导开发工作, 那么ddd的威力就发挥不 …

  9. DDD - Dependencies between domain model, services and …

    That being said, here is how I structure my DDD projects assuming that the product ID is an auto-number field in the database: Project.Business (Domain Model) No references and therefore, …

  10. Domain Driven Design vs Model Driven Architecture

    Nov 12, 2010 · DDD calls this "Ubiquitous Language" - a model expressed in terms domain experts and developers alike use and understand. A model where the names of classes, …