Experience with Axon & CDI

Hi all,

has anyone experience in using the Axon Framework with CDI?

Cheers,
Michael

Hi Michael,

I suppose you mean the Java EE CDI?
Are there specific concerns you have, or is it just a general inquiry?

Cheers,

Allard

Hi,

In general Axon is currently very focused on Spring support (Making it comfortable & easy to quick start with Spring).

Most projects I’m currently working on are moving more and more to the JEE7 standard (including CDI).
For example the configuration part is very different with CDI than with Spring.

Therefore I’m interested in any experience with using Axon with JEE6/7 standards (EJB/CDI without Spring).

Cheers,
Michael

Hi Michael,

Axon does provide configuration utilities and shortcuts for Spring, but Spring is all-but-required.

I don’t see a reason why it shouldn’t work with JEE’s CDI. But you probably want proof :wink:

Cheers,

Allard