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

Demonstrate the CQRS pattern using a REST resource

    XMLWordPrintable

Details

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

    Description

      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).

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: