domain-driven-design
Help defining a Domain Model in asp.net
I need help modeling this scenario. A Patient can have many medics A Medic can have many patients. A Patient is also a User. (MembershipUser)[详细]
2023-04-02 22:16 分类:问答Event Sourcing: Events that trigger others & rebuilding state
I\'m struggling to get my head around what should happen whe开发者_C百科n rebuilding the model by replayingevents from the EventStore, in particular when events may trigger other events to happen.[详细]
2023-04-02 22:10 分类:问答Custom wrapper for id key
I want to wrap id in custom class. Like this @Entity @Table(name = \"USERS\") public class User { @EmbeddedId[详细]
2023-04-02 11:15 分类:问答How many methods can we reasonably put in an entity before it's considered bloated? [closed]
As 开发者_JAVA百科it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-04-02 09:49 分类:问答DDD - Access repositories from entities, bis
I\'ve asked a previous question last month, about whether an Entity should access a Repository, and although it looks like most people think they shouldn\'t, I have to admit it\'s hard for me to get c[详细]
2023-04-02 07:58 分类:问答Having trouble putting real-world logic into the DDD domain layer
Despite having studied Domain Driven Design for a long time now there are still some basics that I simply figure out.[详细]
2023-04-02 05:45 分类:问答Distributed Domain Driven Design Resources
I am quite confident with developing DDD applications, but one area which is continuing to cause me problems is when two applications integrate with each other. I am struggling to find any useful book[详细]
2023-04-02 00:38 分类:问答API Design Question
while designing my api, i am thinking about how i would like to model the following behavior. option 1 seems more logical, but with that comes enforcing invariants such as checking if the spreadshee[详细]
2023-04-01 21:25 分类:问答In CQRS, how do I communicate a list of allowable methods on an aggrregate to the UI?
I have an 开发者_如何学运维aggregate root \'Order\', and it has a number of methods on it which internally set its \'Status\' field:[详细]
2023-04-01 17:47 分类:问答Immutable Value objects and JPA
Is there way to map immutable Value objects like email address using JPA? @Immutable @Embeddable public final class EmailAddress {[详细]
2023-04-01 10:59 分类:问答