library icon indicating copy to clipboard operation
library copied to clipboard

A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.

Results 18 library issues
Sort by recently updated
recently updated
newest added

Hey, i spent some time trying to understood in details what the [domain](https://github.com/ddd-by-examples/library#domain-description) is about. I suggest to add additionally polish translation. This is my attempt to do so: ```...

Hey, I am wondering is it better approach to use packaging by feature instead of packaging by layers using DDD. In what direction your example packaging expand in the future?...

1. Start with event storming 2. Start with new package in current implementation 3. Update arch diagrams 4. Minimal model-code gap.

So currently the all of the domain events have information about business facts. If we want to publish them we need to add metadata like: causationID, corellationID, uniqueMessageID etc so...

Hi, Thank you for sharing this project. This is a great example of DDD. I tried to update the project to spring boot 2.7.5 as a transition to 3 but...

Class `HoldsToExpireSheet` has annotation ` @EventListener`on method `Stream toStreamOfEvents()`. What is this? Is it a hack or just placeholder for future improvements or maybe just a mistake?

Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...

dependencies

According to this: Business logic one aggregate can never depend on a state from another aggregate: why in the patron model you inject the book model?