资 源 简 介
Overview
Axon-Guice is an integration module between Google Guice and Axon Framework.
Axon Framework is a lightweight and powerful CQRS framework for Java. It has rich documentation and clean codebase. Integration module is built for 2.0 framework version.
CQRS approach motivation
"A single model cannot be appropriate for reporting, searching, and transactional behaviors." – Greg Young
"Every method should either be a command that performs an action, or a query that returns data to the caller, but not both." - Bertrand Meyer
![](http://axon-guice.googlecode.com/svn/wiki/img/schematics.png)
Theory can be found here:
* http://www.amazon.com/Implementing-