I took a look at the Axon framework last year.
I tried to get it running in a simple Tomcat environment, but I never felt to get a step further.
I was always stepping from problem to problem. There were to many things involved, as:
- Axon framework itself,
- Maven,
- Spring and so on.
After a while I closed the Axon framework box with some frustration.
A few months later I discovered
vertx.io. Thanks to the great examples/documentation and the simple programming model I was able to get it running in less than one day.
Since
vertx.io does not implement the CRQS pattern, I hope that with the version 2.x of the Axon framework, things will become easier or at least better documented for a new starter.
What I would really like to see is a very small example with nearly no dependencies (for example without Spring).
This example could consist of:
- a HTTP GET to handle a command that registers/stores the timestamp and the ip address of the request
- an event handler that appends the new timestamp and ip address to a hello-world.html
- an HTTP GET to request the hello-world.html
Does this make sense to you?
Would it be possible to have such an example up and running with Axon framework 2.x in a short time?
For your support many thanks in advance.
Raffaele