Re: [DISCUSS] JSF Scopes

2012-10-16 Thread Gerhard Petracek
b > > > > > > > > > > - Original Message - > > > From: "Lincoln Baxter, III" > > > To: deltaspike-dev@incubator.apache.org > > > Cc: > > > Sent: Monday, October 15, 2012 5:58 PM > > > Subject: Re: [DISCUSS] J

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Lincoln Baxter, III
that's another neat example which should actually be > per-browser-tab. > > LieGrue, > strub > > > > > - Original Message - > > From: "Lincoln Baxter, III" > > To: deltaspike-dev@incubator.apache.org > > Cc: > > Sent: Monday,

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Mark Struberg
rue, strub - Original Message - > From: "Lincoln Baxter, III" > To: deltaspike-dev@incubator.apache.org > Cc: > Sent: Monday, October 15, 2012 5:58 PM > Subject: Re: [DISCUSS] JSF Scopes > > Just for clarification - @RenderScoped holds contextual objects until the &g

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Lincoln Baxter, III
If we talk about a WindowContext we always have to distinguish between > the > > list of active window contexts and the 1 which is active for the current > > request. > > > > LieGrue, > > strub > > > > > > > > > > - Original Mess

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Gerhard Petracek
erhard Petracek > > To: deltaspike-dev@incubator.apache.org > > Cc: > > Sent: Monday, October 15, 2012 11:26 AM > > Subject: Re: [DISCUSS] JSF Scopes > > > >t hat isn't correct. i thought about that as well, but some people use it > > instead of std. cdi

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Mark Struberg
Sent: Monday, October 15, 2012 12:17 PM > Subject: Re: [DISCUSS] JSF Scopes > > All, > > Is ViewAccessScoped of CODI considered.  For me the most important non std > scope. > > regards > Rudy > > > On 15 October 2012 11:52, Mark Struberg wrote: > >&g

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Rudy De Busscher
efinitely get @ViewAccessScoped as this is something most > users > >> really love. > >> But I'm sure there is also quite some interesting stuff in Seam3 we > > should > >> look at.Thanks Antoine so far for the start. Anything missing in his > list? >

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Mark Struberg
Gerhard Petracek > To: deltaspike-dev@incubator.apache.org > Cc: > Sent: Monday, October 15, 2012 11:26 AM > Subject: Re: [DISCUSS] JSF Scopes > >t hat isn't correct. i thought about that as well, but some people use it > instead of std. cdi conversations to get rid of th

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Gerhard Petracek
rub > > > > > - Original Message - > > From: Gerhard Petracek > > To: deltaspike-dev@incubator.apache.org > > Cc: > > Sent: Monday, October 15, 2012 11:00 AM > > Subject: Re: [DISCUSS] JSF Scopes > > > > imo we should create: > &g

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Mark Struberg
Gerhard, can you please open a new DISCUSS topic for converters and phase listeners? LieGrue, strub - Original Message - > From: Gerhard Petracek > To: deltaspike-dev@incubator.apache.org > Cc: > Sent: Monday, October 15, 2012 11:07 AM > Subject: Re: [DISCUSS] JSF

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Mark Struberg
AM > Subject: Re: [DISCUSS] JSF Scopes > > imo we should create: > - a client-window adapter (as spi) for a 1:1 delegation to the > client-window-api of jsf 2.2+ > - a client-window implementation for jsf 2.0 and 2.1 > - a window-context similar to what we have in codi (that isn'

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Gerhard Petracek
as mentioned by mark, @ViewScoped is done already. if we agree on adding @RenderScoped, it can be based on the window-context infrastructure as well. @scoped validators and converters: that's supported by codi as well, but it isn't related to the current topic. regards, gerhard 2012/10/15 Anto

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Gerhard Petracek
imo we should create: - a client-window adapter (as spi) for a 1:1 delegation to the client-window-api of jsf 2.2+ - a client-window implementation for jsf 2.0 and 2.1 - a window-context similar to what we have in codi (that isn't the window-scope - see [1]) - scopes + a fine grained api to manage

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Antoine Sabot-Durand
Hi Mark, To my knowledge Seam Faces provides @RenderScoped (similar to JSF flash scope but with better impl) [1] and @ViewScoped [2]. No such elaborate things as CODI @WindowScoped or CODI conversation. Others notable things are injectable and scoped Validator and Converter [3] and phase event

[DISCUSS] JSF Scopes

2012-10-15 Thread Mark Struberg
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 * @W