[
https://issues.apache.org/jira/browse/EXTCDI-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerhard Petracek resolved EXTCDI-3.
-----------------------------------
Fix Version/s: 1.0.0-SNAPSHOT
Resolution: Fixed
> window scope
> ------------
>
> Key: EXTCDI-3
> URL: https://issues.apache.org/jira/browse/EXTCDI-3
> Project: MyFaces CODI
> Issue Type: New Feature
> Reporter: Gerhard Petracek
> Fix For: 1.0.0-SNAPSHOT
>
>
> this scope is similar to a (named) conversation scope. the difference is:
> beans in this scope exist longer than any conversation scoped bean.
> if the cdi conversation ends (or all named conversations - see EXTCDI-1), all
> window scoped beans still exist.
> if the whole session ends, window scoped beans end as well.
> window scoped beans are similar to named conversations. the only difference
> is that they survive if all normal named conversation scoped beans are
> cleaned up via the provided api. an extra api to end one or all window scoped
> beans is required.
> annotation: @WindowScope
> it's annotated with @NamedConversation
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.