Sunday, September 20, 2009

Event Sourcing and CQS part 1

Lets start by getting the transaction side of the application going. We're going to have a customer class that will have some simple properties at first.

Here is the project setup:


This is a pretty easy start. We have the test project that will exercise anything that we write. The messages project is where all our messages will reside. The Transaction Service will house our coordination of receiving commands to the Domain. We'll worry about the event publishing in a little bit. The Domain project will house our entities.

Time to get some sleep. More on this tomorrow.

3 comments:

jdn said...

This is great, I'm really looking forward to seeing how you work through this.

Adam said...

Same here. Got slammed with work over the last few days. I hope to have some significant work done over the weekend.

Tom Janssens said...

Hey Adam,

Any chance you might finish this example (especially considering your answer on google groups: http://groups.google.be/group/dddcqrs/browse_frm/thread/35df77d9143d02ca )