About 1,150,000 results
Open links in new tab
  1. GitHub - chatchatabc/ddd-structure-demo: A project shows …

    A project shows standard structure of Domain Driven Design project with Spring Boot.

    Missing:

    • Icon

    Must include:

  2. Domain-driven Design (DDD): File Structure - Medium

    Sep 1, 2020 · A good way to build our project structure is to isolate things according to their domain, by using modules. So services related to users such as Authenticate User Service, …

    Missing:

    • Icon

    Must include:

  3. DDD Bounded Contexts and Java Modules - Baeldung

    Apr 19, 2024 · Learn how to leverage Java 9 Modules while defining explicit boundaries for bounded contexts while creating a simple store application

    Missing:

    • Icon

    Must include:

  4. Domain-driven Design (DDD): File Structure - DEV Community

    Sep 1, 2020 · A good way to build our project structure is to isolate things according to their domain, by using modules. So services related to users such as Authenticate User Service, …

  5. How to Organise a Domain Driven Design Project? - Stack Overflow

    Oct 20, 2016 · Although you're also a .Net developer, the Java implementation reference of the cargo app from DDD by Eric Evans and Citerus is a good resource. In the doc'd code, you can …

    Missing:

    • Icon

    Must include:

  6. Project structure - Domain Driven Design

    Jun 3, 2021 · Structuring the following .NET-projects as: /ProjectName.Web.Public. /ProjectName.Web.Admin. /ProjectName.Web.SomeOtherStuff. /ProjectName.Domain.Core. …

    Missing:

    • Icon

    Must include:

  7. Java Jirawat: DDD: Application File Structure

    May 25, 2013 · The following is how I structure Java applications to support DDD concepts. The domain layer is core of DDD. It contains the business objects state, behavior, and interaction. …

    Missing:

    • Icon

    Must include:

  8. Clean DDD lessons: project structure and naming conventions

    Apr 18, 2024 · In this lesson we explain the structure of our typical projects using Clean Architecture and DDD. We look at how we organize the code and why, and what naming …

  9. Clean DDD Lessons: Project Structure and Naming Conventions

    May 15, 2024 · In this tutorial, we’ll explore best practices for structuring DDD projects and establishing clean naming conventions to enhance readability and maintainability.

    Missing:

    • Icon

    Must include:

  10. Implementing Domain-Driven Design with Java

    We will explore DDD’s core concepts, including entities, value objects, aggregates, aggregate roots, repositories, services, and factories, and demonstrate how these are realized in Java …

    Missing:

    • Icon

    Must include:

Refresh