Learning Axon framework - version 3 documentation available?

Hi there,

after reading the book “Implementing Domain Driven Design”, I stumbled upon the Axon framework.

It looks like version 2 will be supersede be the soon to be released version 3, which will include some major changes.

What might be the best way for me to learn using the Axon framework? I guess that going for version 2 would imply some redundant work for me.
I was looking for the documentation for version 3 but it seems that this is not yet available?

Thanks!

Hi, Sebastian.

I found the following helpful:

Webinar: https://www.youtube.com/watch?v=s2zH7BsqtAk
Github: https://github.com/AxonFramework/AxonBank
Draft documentation: https://docs.axonframework.org/

Best regards,
Dominic

Hi Dominic,

thank you for your response.

I had already found the webinar video, but I thought a complete documentation would be helpful as well :slight_smile:
So the docs at https://docs.axonframework.org/ - what is the current status? How much of it is updated for Axon 3 ?

Thanks again!

Sebastian

Hi Sebastian,

About half of it is updated, I think. I have also removed some chunks that clearly target 2.x, so you might encounter some empty sections. I’m not sure if I have committed/pushed everything yet. I’m in the road now, so can’t check.

The webinars give you a pretty good start. We’ll be publishing the second getting started webinar soon.

Cheers,

Allard