Real life experience with the Axon Framework [closed]
The framework relies heavily on eventsourcing, which means that all state changes are >written to the data store as events. “ This is completely untrue, it does not rely heavily on event-sourcing. One of the implementations for storing the aggregate in this framework use Event-Sourcing but you can easily use also the classes provided to … Read more