Contents tagged with CQRS
-
CQRS at Jax Code Camp 2012
Continuing my CQRS world tour...I gave my CQRS presentation at the Jax Code Camp 2012 this past Saturday. It was a great crowd with lots of representation from the wicked smart engineers at Feature[23] and others from the Jacksonville developer community.
-
Come out for a CQRS presentation at the JAX Architecture Group
I'm giving a talk on CQRS at the Jacksonville Architecture Group on Tuesday (2/28) at 6pm.
-
CQRS: Command Query Responsibility Segregation
Jason Gerard and I were talking about document databases the other day, and he said "Have you heard about CQRS?" This was news to me, so I started doing some research. Wikipedia, which usually provides good information, said the following "CQRS is simply the creation of two objects where there was previously only one. The separation occurs based upon whether the methods are a command or a query (the same definition that is used by Meyer in Command and Query Separation, a command is any method that mutates state and a query is any method that returns a value)."