[
https://issues.jboss.org/browse/FORGEPLUGINS-179?page=com.atlassian.jira....
]
Vineet Reynolds commented on FORGEPLUGINS-179:
----------------------------------------------
The pattern as explained by the author:
http://codebetter.com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sour...
An MSDN article that covers it more in detail :
http://msdn.microsoft.com/en-us/library/jj591573.aspx
This pattern is recommended heavily for applications with collaborative domains, where
multiple users read and write the domain model. Reads are more common than writes, and
with CQRS one can enable the app to scale more by moving the reads to a cache-enabled
service.
CQRS REST Resource Generation
-----------------------------
Key: FORGEPLUGINS-179
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-179
Project: Forge Plugins/Addons
Issue Type: Feature Request
Reporter: Burr Sutter
Support the code generation of CQRS compatible JAX-RS endpoints
http://martinfowler.com/bliki/CQRS.html
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)