排序
Event Stores: Saving the right kind of byte[]
Event Stores: Saving the right kind of byte[],A colleague of mine recently started exploring Event Sourcing. While his focus is on .NET and mine is on Java, I was more than glad to...
Kissing the state machine goodbye
Kissing the state machine goodbye,Recently, I have written about simplifying an event sourced application. The article starts with code from a talk by Jakub Pilimon and Kenny Basta...
Simplifying an event sourced application
Simplifying an event sourced application,Every time you make a change to the application state, you record the change as an event. You can replay the events since the beginning of ...