Hi folks!

I finally like to start working on JSF scopes for DeltaSpike.

We already have the following 2 features implemented and working (including 
unit tests):

* JFS @ViewScoped Context support
* JSF-2-CDI scope mapping.
* injecting typesafe JSF messages


The next item on my list is the

* @WindowScoped


This is kind of a Session per browser tab. Does Seam3 provide a similar 
mechanism? If not, I suggest taking a peak what we do over in CODI.
There is quite some trickery necessary, but we finally found a solution which 
works pretty well [1]. This is also the base of the windowId feature most 
probably coming with JSF-2.2 btw.


Once we have the @WindowScoped support we can build much more fine grained 
conversation stuff which is perfectly browser tab aware based on it.


Wdyt? 

Any cool features related to this to look at in Seam3?
Who is interested to help hacking this stuff?


LieGrue,
strub



[1] https://cwiki.apache.org/confluence/display/EXTCDI/JSF+WindowHandler

Reply via email to