[ 
https://issues.apache.org/jira/browse/EXTCDI-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek reopened EXTCDI-3:
-----------------------------------

      Assignee: Gerhard Petracek

> window scope
> ------------
>
>                 Key: EXTCDI-3
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-3
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: JEE-JSF12-Module, JEE-JSF20-Module
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.9.0
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to