Hi all,
Just a short note that the "Axon Auction Example" is not dead
I just made a detour to improve the generation process (that was
initially XML based: http://code.google.com/p/axon-auction-example/source/browse/#svn%2Ftrunk%2Fauction-parent%2Fdsl
).
I'm currently working on a small application that makes it possible to
describe the meta data of a CQRS application (Aggregates, Types,
Events, Messages, Sagas, Queries). The cool thing is, that the
application itself will be CQRS/Event Sourcing based.
Based on this information it will be possible to generate most of the
boilerplate code for a typical application. Of course it will be
possible to customize the (Velocity) templates used for code
generation. This way the user can decide how the concrete generated
classes look like.
The idea is to speed up the development not only for the auction
example application.
Cheers,
Michael