In recent years DDD (domain-driven Design) concept is very hot, it uses a unified language to express business processes and technical architecture, convenient domain experts,...
Domains are application-oriented object domains (for example, in library management). In domain-driven design, the main premise is that an application is essentially a domain. Focus...
Recently, I have been studying Teacher Xu Hao's "How to Implement Business Modeling". The 11th lecture "Realizing Model as RESTful API (Part 2)" mentioned a...
Based on the third chapter of ABP landing field driving design, it mainly introduces the best practices and principles of warehousing and protocol in actual...
The IConvertor converter interface abstracts classes, adding a default implementation to get the corresponding domain model or database entity method based on the current class...
Data transfer objects Dtos are simple objects used to pass state data between the application layer and the presentation layer. Therefore, the application service method...
DDD domain-driven is not architecture, but an architectural design methodology. In today's microservices as the mainstream environment, a lot of times when we split microservices,...
DDD Series 2: What is OBJECT-relational Mapping ORM? Just plain not writing SQL? DDD series 3: Domain objects and value objects are confused DDD series...
Recently, I joined a new team, and the overall framework direction is to build the business middle platform, delimit molecular domain, context, requirement structure and...
Introduction Domain-driven design is actually a conceptual model. Abbreviated as DDD, it didn't have much use when it was just born, but when Martin Fuller...
Domain driven design and hexagon structure translated from: https://vaadin.com/learn/tutorials/ddd/ddd_and_hexagonal in the first two articles, we understand the strategic and tactical domain driven set
Domain-driven Design (DOMain-driven Design) is a concept proposed by programmer Eric Evans in 2004 in his book Domain-Driven Design: Solving Complexity at the Heart of...
The concept of domain-driven Design (DDD) was first proposed by Eric Evans in 2003. The concept of microservices did not yet exist. Therefore, DDD was...
In domain-driven design, there is a guiding idea for architectural styles: different architectural styles can be selected in different bounded contexts based on their domain...
DDD domain-driven design, bid farewell to the traditional hierarchical design, bid farewell to the ledger development, how to practice DDD domain-driven project hierarchical design?
Summary of DDD design Concepts 1. When static modeling domain concepts, a class of concepts are regarded as aggregation root (root), which has its own...
Prescription outflow flow refers to prescription flow. In the past, people used to visit hospitals, issue prescriptions and obtain drugs, but now the free flow...
Domain-driven design is an object-oriented modeling approach that integrates software system analysis and design, so a deep understanding of DDD requires a deep understanding of...
Translated from: https://dev.to/peholmst/building-repositories-with-spring-data-1mbd we learned how to use in front of the Spring Data aggregation. now