chkal / mvc-spec-migration-test

0 stars 0 forks source link

Provide a "flash" CDI scope #39

Closed chkal closed 9 years ago

chkal commented 9 years ago

Original issue MVC_SPEC-40 created by Christian Kaltepoth:

MVC should provide flash CDI scope. This scope is useful especially for storing messages across redirects when using the PRG pattern.

Whether to call it "flash" or something else hasn't been discussed yet.

See: https://java.net/projects/mvc-spec/lists/jsr371-experts/archive/2015-05/message/1

chkal commented 9 years ago

Comment by Santiago Pericas-Geertsen:

Manfred is already working on this. RI issue is here:

https://java.net/jira/browse/OZARK-14

chkal commented 9 years ago

Comment by Manfred Riem:

Initial implementation is now available to review.

chkal commented 9 years ago

Comment by Santiago Pericas-Geertsen:

See redirect scope.