Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check out Commanded to build DDD apps using CQRS and ES #2

Open
simisoz opened this issue Nov 18, 2021 · 1 comment
Open

Check out Commanded to build DDD apps using CQRS and ES #2

simisoz opened this issue Nov 18, 2021 · 1 comment

Comments

@simisoz
Copy link

simisoz commented Nov 18, 2021

Hope this helps

@pzingg
Copy link
Owner

pzingg commented Nov 18, 2021

I have played with Commanded in the past. I was going to keep this application as close as possible to the original 2008 dddsample Java application. In that application, a "command" object is not a command in the CQRS/ES sense, it was just a container in the web interface that holds the parameters in a servlet request, even before those parameters become part of a DTO.

I may resort to a real Command and Event architecture if I ever get to this TODO item:

Apply all handling history events to a cargo (route specification + virgin itinerary).
  To do this, we will probably need to save the cargo's original route specification
  in the aggregate, and create new domain event topic(s) for route specification and/or
  itinerary changes.

If I get to this, I would probably start out by using Incident, on account of its simplified structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants