[forge-issues] [JBoss JIRA] (FORGEPLUGINS-179) CQRS REST Resource Generation

Vineet Reynolds (JIRA) issues at jboss.org
Wed Dec 17 11:33:29 EST 2014


    [ https://issues.jboss.org/browse/FORGEPLUGINS-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028395#comment-13028395 ] 

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-sourcing-agh/

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)


More information about the forge-issues mailing list