Skip to content

Commit 3f1aadf

Browse files
📝 docs: README.md - add Axon Framework 5 implementation link
1 parent 826fbde commit 3f1aadf

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Heroes of Domain-Driven Design (Java)
22
Shows how to use Domain-Driven Design, Event Storming, Event Modeling and Event Sourcing in Heroes of Might & Magic III domain.
33

4-
👉 See also implementations in: [Ruby](https://github.com/MateuszNaKodach/HeroesOfDomainDrivenDesign.EventSourcing.Ruby) | **Java + Spring + Axon**
4+
👉 See also implementations in:
5+
- [Kotlin + Axon Framework 5 (DCB)](https://github.com/MateuszNaKodach/HeroesOfDomainDrivenDesign.EventSourcing.DCB.Kotlin.Axon5.Spring)
6+
- [TypeScript + Emmett](https://github.com/MateuszNaKodach/HeroesOfDomainDrivenDesign.EventSourcing.TypeScript.Emmett.Express)
7+
- [Ruby + RailsEventStore](https://github.com/MateuszNaKodach/HeroesOfDomainDrivenDesign.EventSourcing.Ruby)
58

69
👉 [Let's explore the Heroes of Domain-Driven Design blogpost series](https://dddheroes.com/)
710
- There you will get familiar with the whole Software Development process: from knowledge crunching with domain experts, designing solution using Event Modeling, to implementation using DDD Building Blocks.
811

9-
This project probably won't be fully-functional HOMM3 engine implementation, because it's done for educational purposes.
10-
If you'd like to talk with me about mentioned development practices fell free to contact on [linkedin.com/in/mateusznakodach/](https://www.linkedin.com/in/mateusznakodach).
12+
This project probably won't be a fully functional HOMM3 engine implementation because it's done for educational purposes.
13+
If you'd like to talk with me about mentioned development practices, feel free to contact on [linkedin.com/in/mateusznakodach/](https://www.linkedin.com/in/mateusznakodach).
1114

1215
I'm focused on domain modeling on the backend, but I'm going to implement UI like below in the future.
1316

0 commit comments

Comments
 (0)