python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
DDD - Save data from another microservice
I work in a company that owns multiple other companies (each have it's own apps), and we are starting to centralize some data, for example, now we have a service that will share customer data for ever...
kenji
Votes: 0
Answers: 1
Modeling DDD aggregates – decide who is responsible for what
after some time, I am still struggling to model my domain properly. Let me briefly introduce simplified background.
It is product monitoring SaaS. User needs to obtain a membership which defines his a...
ficus
Votes: 0
Answers: 1
Polymorphism on DDD aggregates
I am designing my domain model and am having trouble understanding how to search for similar aggregates with the same id.
Lets say we have two aggregates ActiveEmployee and InactiveEmployee. They hade...
CEH
Votes: 0
Answers: 1
Use Entity in place of DTO inside reciever service
Basically i have this service A that sends a DTO to the service B.
What i did is the following:
1) B recieves the DTO from a.
2) B converts the DTO to an Entity
3) B uses the Entity (has an in-memory ...
Ray
Votes: 0
Answers: 0