AxonFramework with Google Guice

Hi,

After months of DDD/CQRS researching and today’s googling of ‘java command bus implementation’ i’ve found AxonFramework. Currently i’m in the process of docs reading and have question related to framework internals:

  • Is it tighly coupled with Spring framework and if not - what’s main framework components that needs adaptation to specific IoC framework? (for my case it’s Google Guice)
    Best regards,
    Alexey

Hi Alexey,

Axon can be used in combination with Spring, but all features (except the current AMQP module) can be used without Spring. Axon does have some configuration shortcuts that can be used with Spring, but as said, they’re just shortcuts.

The reference guide explains how to configure thing, with or without Spring. If you have any questions, don’t hesitate to post them on this list.

Cheers,

Allard