Uploaded image for project: 'JBoss Developer Materials'
  1. JBoss Developer Materials
  2. JDF-790

Demonstrate the CQRS pattern using a REST resource

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • quickstarts
    • None

      We should demonstrate the use of the CQRS pattern in the context of REST resources, in a quickstart. We should demonstrate :

      • The use of a cache to avoid database hits when fetching resource representations (typically for all GETs, even with query parameters)
      • The use of synchronizations to ensure that the cache is updated after the resource is mutated through some operation (typically for PUT/POST/DELETEs).

              Unassigned Unassigned
              vineet.reynolds_jira Vineet Reynolds (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: