Hi all,
I have made integration module between Google Guice <http://code.google.com/p/google-guice/> and Axon Framework <http://www.axonframework.org/docs/2.0/single.html> . Here is full features list: · Full support of 1-8 and 10 of original Axon Framework documentation parts; · Ability to inject all major Axon Framework components: CommandBus, EventBus, CommandGateway, UnitOfWork, Repository; · Option to perform components auto-discovery or specify all of them manually; · Significant test coverage. Axon-Guice provides you possibilities of the following injections: · Injection of CommandBus, EventBus, CommandGateway, UnitOfWork, Repository; · Injection into Aggregate Roots; · Injection into methods marked with @CommandHandler?/@EventHandler?; · Injection into Command/Event handlers; · Injection into Sagas; · Resource injection with JSR-250 annotations - @Resource. Check it out :) http://code.google.com/p/axon-guice <dependency> <groupId>com.google.code.axon-guice</groupId> <artifactId>axon-guice</artifactId> <version>1.0.0</version> </dependency> -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
