-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: core-1.3.0
-
Fix Version/s: core-1.4.0
-
Component/s: Isis Core
-
Labels:None
Java EE 6 defines the @RequestScoped annotation, whereby a bean injected into an object is scoped to the request, and is recreated for each new request/interaction.
This ticket is to allow Isis services (as registered in isis.properties under the isis.services key) to also be annotated with this annotation, and behave similarly.