
- Topics
- Architecture,
- Design Pattern
Udi Dahan discusses the Command Query Responsibility Segregation (CQRS) pattern and its relationship to Domain Driven Design (DDD), detailing on queries and commands, what they are and how they should be used in an asynchronous programming environment.

- Topics
- Enterprise Architecture,
- Enterprise Application Blocks,
- Spring Integration,
- Transactions Processing,
- Java,
- Architecture,
- Event Driven Architecture,
- Domain-Driven Design
The Axon framework is a Java implementation of the Command and Query Responsibility Segregation. InfoQ talked with its creator, Allard Buijze, to find out more.

- Topics
- Architecture,
- .NET,
- Domain-Driven Design
Udi Dahan talks about Command Query Responsibility Segregation (CQRS) and its relationship to Domain Driven Design (DDD). Dahan also discusses his project, the NServiceBus. NServiceBus is an open-source service bus for Microsoft's .NET environment. In many ways, NServiceBus works like Microsoft's Windows Communication Foundation (WCF) and can be used instead of WCF in some cases.
- Topics
- Java,
- Enterprise Architecture,
- Architecture,
- Spring Integration,
- Event Driven Architecture
The Axon framework from JTeam - an implementation of the CQRS and EDA patterns - has been released.