You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-dev@incubator.apache.org by Arash Rajaeeyan <ar...@gmail.com> on 2006/10/11 11:06:25 UTC

who is in charge for JSR 301?

hello

who is in charge for JSR 301 here?

-- 
Arash Rajaeeyan

Re: who is in charge for JSR 301?

Posted by Scott O'Bryan <da...@gmail.com>.
The main problem with handling these with lifecycle listeners is that 
there is no guarentee your cleanup code is going to get called.  In 
general I agree with you, but if the lifecycle is shortcircuited, your SOL.

Scott

Arash Rajaeeyan wrote:
> may be I don't get it correctly, but a good solution should cover both 
> multi-part form and lifecycle concepts.
>
> On 10/12/06, *Scott O'Bryan* < darkarena@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Arash,
>
>     Is this the multi-part form ExternalContext or the much simplified
>     "pre/post" lifecycle stuff?
>
>     Scott
>
>     Arash Rajaeeyan wrote:
>     > thank you Carsten,
>     > you may have seen the portlet patch of shinsuke for tomahawk,
>     > we (me and some other developers) want to do polish this patch
>     and do
>     > similar thing for trindad and tobago.
>     > it will be great if we can have one soloution working for all
>     components
>     > under myfaces umbrella and may be even other components.
>     > it looks like this target of JSR 301
>     > as an exprienced member of this group, do you have any
>     guidelines for us?
>     >
>     > On 10/12/06, Carsten Ziegeler <cziegeler@apache.org
>     <ma...@apache.org>> wrote:
>     >>
>     >> Yes, I'm in the spec group - but upto now I don't know who else
>     from
>     >> Apache is on.
>     >>
>     >> Carsten
>     >>
>     >> Matthias Wessendorf wrote:
>     >> > added Carsten
>     >> >
>     >> > On 10/11/06, Matthias Wessendorf <matzew@apache.org
>     <ma...@apache.org>> wrote:
>     >> >> I really really guess that the portlet guys at apache
>     >> >> (Carsten for instance), will hook in.
>     >> >>
>     >> >> I bet they will, b/c
>     >> >> -Portlet RI is Apache (Pluto)
>     >> >> -JSF/Portlet Bridges are Apache (subproject of
>     portals.apache.org <http://portals.apache.org>)
>     >> >>
>     >> >> On 10/11/06, Arash Rajaeeyan <arash.rajaeeyan@gmail.com
>     <ma...@gmail.com>> wrote:
>     >> >>> I see name of Apache foundation there
>     >> >>> so there should be some one from Apache!
>     >> >>> if it is not ADF, is there any one from Myfaces ?
>     >> >>> I have requested to become a member, but I am not sure if they
>     >> accept
>     >> me!
>     >> >>>
>     >> >>>
>     >> >>>  On 10/11/06, Scott O'Bryan <darkarena@gmail.com
>     <ma...@gmail.com>> wrote:
>     >> >>>> I don't think we really have one yet.  I can jump on that
>     if you
>     >> guys
>     >> >>>> want.  Michael Freedman is the Spec Lead and he is someone
>     I work
>     >> with
>     >> >>>> on a regular basis.
>     >> >>>>
>     >>
>     >>
>     >> --
>     >> Carsten Ziegeler - Open Source Group, S&N AG
>     >> http://www.s-und-n.de
>     >> http://www.osoco.org/weblogs/rael/
>     <http://www.osoco.org/weblogs/rael/>
>     >>
>     >
>     >
>     >
>
>
>
>
> -- 
> Arash Rajaeeyan 


Re: who is in charge for JSR 301?

Posted by Arash Rajaeeyan <ar...@gmail.com>.
may be I don't get it correctly, but a good solution should cover both
multi-part form and lifecycle concepts.

On 10/12/06, Scott O'Bryan <da...@gmail.com> wrote:
>
> Arash,
>
> Is this the multi-part form ExternalContext or the much simplified
> "pre/post" lifecycle stuff?
>
> Scott
>
> Arash Rajaeeyan wrote:
> > thank you Carsten,
> > you may have seen the portlet patch of shinsuke for tomahawk,
> > we (me and some other developers) want to do polish this patch and do
> > similar thing for trindad and tobago.
> > it will be great if we can have one soloution working for all components
> > under myfaces umbrella and may be even other components.
> > it looks like this target of JSR 301
> > as an exprienced member of this group, do you have any guidelines for
> us?
> >
> > On 10/12/06, Carsten Ziegeler <cz...@apache.org> wrote:
> >>
> >> Yes, I'm in the spec group - but upto now I don't know who else from
> >> Apache is on.
> >>
> >> Carsten
> >>
> >> Matthias Wessendorf wrote:
> >> > added Carsten
> >> >
> >> > On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
> >> >> I really really guess that the portlet guys at apache
> >> >> (Carsten for instance), will hook in.
> >> >>
> >> >> I bet they will, b/c
> >> >> -Portlet RI is Apache (Pluto)
> >> >> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
> >> >>
> >> >> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
> >> >>> I see name of Apache foundation there
> >> >>> so there should be some one from Apache!
> >> >>> if it is not ADF, is there any one from Myfaces ?
> >> >>> I have requested to become a member, but I am not sure if they
> >> accept
> >> me!
> >> >>>
> >> >>>
> >> >>>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
> >> >>>> I don't think we really have one yet.  I can jump on that if you
> >> guys
> >> >>>> want.  Michael Freedman is the Spec Lead and he is someone I work
> >> with
> >> >>>> on a regular basis.
> >> >>>>
> >>
> >>
> >> --
> >> Carsten Ziegeler - Open Source Group, S&N AG
> >> http://www.s-und-n.de
> >> http://www.osoco.org/weblogs/rael/
> >>
> >
> >
> >
>
>


-- 
Arash Rajaeeyan

Re: who is in charge for JSR 301?

Posted by Scott O'Bryan <da...@gmail.com>.
Arash,

Is this the multi-part form ExternalContext or the much simplified 
"pre/post" lifecycle stuff?

Scott

Arash Rajaeeyan wrote:
> thank you Carsten,
> you may have seen the portlet patch of shinsuke for tomahawk,
> we (me and some other developers) want to do polish this patch and do
> similar thing for trindad and tobago.
> it will be great if we can have one soloution working for all components
> under myfaces umbrella and may be even other components.
> it looks like this target of JSR 301
> as an exprienced member of this group, do you have any guidelines for us?
>
> On 10/12/06, Carsten Ziegeler <cz...@apache.org> wrote:
>>
>> Yes, I'm in the spec group - but upto now I don't know who else from
>> Apache is on.
>>
>> Carsten
>>
>> Matthias Wessendorf wrote:
>> > added Carsten
>> >
>> > On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
>> >> I really really guess that the portlet guys at apache
>> >> (Carsten for instance), will hook in.
>> >>
>> >> I bet they will, b/c
>> >> -Portlet RI is Apache (Pluto)
>> >> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
>> >>
>> >> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
>> >>> I see name of Apache foundation there
>> >>> so there should be some one from Apache!
>> >>> if it is not ADF, is there any one from Myfaces ?
>> >>> I have requested to become a member, but I am not sure if they 
>> accept
>> me!
>> >>>
>> >>>
>> >>>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
>> >>>> I don't think we really have one yet.  I can jump on that if you 
>> guys
>> >>>> want.  Michael Freedman is the Spec Lead and he is someone I work
>> with
>> >>>> on a regular basis.
>> >>>>
>>
>>
>> -- 
>> Carsten Ziegeler - Open Source Group, S&N AG
>> http://www.s-und-n.de
>> http://www.osoco.org/weblogs/rael/
>>
>
>
>


Re: who is in charge for JSR 301?

Posted by Scott O'Bryan <da...@gmail.com>.
Arash,

Is this the multi-part form ExternalContext or the much simplified 
"pre/post" lifecycle stuff?

Scott

Arash Rajaeeyan wrote:
> thank you Carsten,
> you may have seen the portlet patch of shinsuke for tomahawk,
> we (me and some other developers) want to do polish this patch and do
> similar thing for trindad and tobago.
> it will be great if we can have one soloution working for all components
> under myfaces umbrella and may be even other components.
> it looks like this target of JSR 301
> as an exprienced member of this group, do you have any guidelines for us?
>
> On 10/12/06, Carsten Ziegeler <cz...@apache.org> wrote:
>>
>> Yes, I'm in the spec group - but upto now I don't know who else from
>> Apache is on.
>>
>> Carsten
>>
>> Matthias Wessendorf wrote:
>> > added Carsten
>> >
>> > On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
>> >> I really really guess that the portlet guys at apache
>> >> (Carsten for instance), will hook in.
>> >>
>> >> I bet they will, b/c
>> >> -Portlet RI is Apache (Pluto)
>> >> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
>> >>
>> >> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
>> >>> I see name of Apache foundation there
>> >>> so there should be some one from Apache!
>> >>> if it is not ADF, is there any one from Myfaces ?
>> >>> I have requested to become a member, but I am not sure if they 
>> accept
>> me!
>> >>>
>> >>>
>> >>>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
>> >>>> I don't think we really have one yet.  I can jump on that if you 
>> guys
>> >>>> want.  Michael Freedman is the Spec Lead and he is someone I work
>> with
>> >>>> on a regular basis.
>> >>>>
>>
>>
>> -- 
>> Carsten Ziegeler - Open Source Group, S&N AG
>> http://www.s-und-n.de
>> http://www.osoco.org/weblogs/rael/
>>
>
>
>


Re: who is in charge for JSR 301?

Posted by Arash Rajaeeyan <ar...@gmail.com>.
thank you Carsten,
you may have seen the portlet patch of shinsuke for tomahawk,
we (me and some other developers) want to do polish this patch and do
similar thing for trindad and tobago.
it will be great if we can have one soloution working for all components
under myfaces umbrella and may be even other components.
it looks like this target of JSR 301
as an exprienced member of this group, do you have any guidelines for us?

On 10/12/06, Carsten Ziegeler <cz...@apache.org> wrote:
>
> Yes, I'm in the spec group - but upto now I don't know who else from
> Apache is on.
>
> Carsten
>
> Matthias Wessendorf wrote:
> > added Carsten
> >
> > On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
> >> I really really guess that the portlet guys at apache
> >> (Carsten for instance), will hook in.
> >>
> >> I bet they will, b/c
> >> -Portlet RI is Apache (Pluto)
> >> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
> >>
> >> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
> >>> I see name of Apache foundation there
> >>> so there should be some one from Apache!
> >>> if it is not ADF, is there any one from Myfaces ?
> >>> I have requested to become a member, but I am not sure if they accept
> me!
> >>>
> >>>
> >>>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
> >>>> I don't think we really have one yet.  I can jump on that if you guys
> >>>> want.  Michael Freedman is the Spec Lead and he is someone I work
> with
> >>>> on a regular basis.
> >>>>
>
>
> --
> Carsten Ziegeler - Open Source Group, S&N AG
> http://www.s-und-n.de
> http://www.osoco.org/weblogs/rael/
>



-- 
Arash Rajaeeyan

Re: who is in charge for JSR 301?

Posted by Arash Rajaeeyan <ar...@gmail.com>.
thank you Carsten,
you may have seen the portlet patch of shinsuke for tomahawk,
we (me and some other developers) want to do polish this patch and do
similar thing for trindad and tobago.
it will be great if we can have one soloution working for all components
under myfaces umbrella and may be even other components.
it looks like this target of JSR 301
as an exprienced member of this group, do you have any guidelines for us?

On 10/12/06, Carsten Ziegeler <cz...@apache.org> wrote:
>
> Yes, I'm in the spec group - but upto now I don't know who else from
> Apache is on.
>
> Carsten
>
> Matthias Wessendorf wrote:
> > added Carsten
> >
> > On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
> >> I really really guess that the portlet guys at apache
> >> (Carsten for instance), will hook in.
> >>
> >> I bet they will, b/c
> >> -Portlet RI is Apache (Pluto)
> >> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
> >>
> >> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
> >>> I see name of Apache foundation there
> >>> so there should be some one from Apache!
> >>> if it is not ADF, is there any one from Myfaces ?
> >>> I have requested to become a member, but I am not sure if they accept
> me!
> >>>
> >>>
> >>>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
> >>>> I don't think we really have one yet.  I can jump on that if you guys
> >>>> want.  Michael Freedman is the Spec Lead and he is someone I work
> with
> >>>> on a regular basis.
> >>>>
>
>
> --
> Carsten Ziegeler - Open Source Group, S&N AG
> http://www.s-und-n.de
> http://www.osoco.org/weblogs/rael/
>



-- 
Arash Rajaeeyan

Re: who is in charge for JSR 301?

Posted by Carsten Ziegeler <cz...@apache.org>.
Yes, I'm in the spec group - but upto now I don't know who else from
Apache is on.

Carsten

Matthias Wessendorf wrote:
> added Carsten
> 
> On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
>> I really really guess that the portlet guys at apache
>> (Carsten for instance), will hook in.
>>
>> I bet they will, b/c
>> -Portlet RI is Apache (Pluto)
>> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
>>
>> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
>>> I see name of Apache foundation there
>>> so there should be some one from Apache!
>>> if it is not ADF, is there any one from Myfaces ?
>>> I have requested to become a member, but I am not sure if they accept me!
>>>
>>>
>>>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
>>>> I don't think we really have one yet.  I can jump on that if you guys
>>>> want.  Michael Freedman is the Spec Lead and he is someone I work with
>>>> on a regular basis.
>>>>


-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/

Re: who is in charge for JSR 301?

Posted by Carsten Ziegeler <cz...@apache.org>.
Yes, I'm in the spec group - but upto now I don't know who else from
Apache is on.

Carsten

Matthias Wessendorf wrote:
> added Carsten
> 
> On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
>> I really really guess that the portlet guys at apache
>> (Carsten for instance), will hook in.
>>
>> I bet they will, b/c
>> -Portlet RI is Apache (Pluto)
>> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
>>
>> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
>>> I see name of Apache foundation there
>>> so there should be some one from Apache!
>>> if it is not ADF, is there any one from Myfaces ?
>>> I have requested to become a member, but I am not sure if they accept me!
>>>
>>>
>>>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
>>>> I don't think we really have one yet.  I can jump on that if you guys
>>>> want.  Michael Freedman is the Spec Lead and he is someone I work with
>>>> on a regular basis.
>>>>


-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/

Re: who is in charge for JSR 301?

Posted by Matthias Wessendorf <ma...@apache.org>.
added Carsten

On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
> I really really guess that the portlet guys at apache
> (Carsten for instance), will hook in.
>
> I bet they will, b/c
> -Portlet RI is Apache (Pluto)
> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
>
> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
> > I see name of Apache foundation there
> > so there should be some one from Apache!
> > if it is not ADF, is there any one from Myfaces ?
> > I have requested to become a member, but I am not sure if they accept me!
> >
> >
> >  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
> > > I don't think we really have one yet.  I can jump on that if you guys
> > > want.  Michael Freedman is the Spec Lead and he is someone I work with
> > > on a regular basis.
> > >
> > > Scott
> > >
> > > Arash Rajaeeyan wrote:
> > > > hello
> > > >
> > > > who is in charge for JSR 301 here?
> > > >
> > > > --
> > > > Arash Rajaeeyan
> > >
> > >
> >
> >
> >
> > --
> > Arash Rajaeeyan
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: who is in charge for JSR 301?

Posted by Matthias Wessendorf <ma...@apache.org>.
added Carsten

On 10/11/06, Matthias Wessendorf <ma...@apache.org> wrote:
> I really really guess that the portlet guys at apache
> (Carsten for instance), will hook in.
>
> I bet they will, b/c
> -Portlet RI is Apache (Pluto)
> -JSF/Portlet Bridges are Apache (subproject of portals.apache.org)
>
> On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
> > I see name of Apache foundation there
> > so there should be some one from Apache!
> > if it is not ADF, is there any one from Myfaces ?
> > I have requested to become a member, but I am not sure if they accept me!
> >
> >
> >  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
> > > I don't think we really have one yet.  I can jump on that if you guys
> > > want.  Michael Freedman is the Spec Lead and he is someone I work with
> > > on a regular basis.
> > >
> > > Scott
> > >
> > > Arash Rajaeeyan wrote:
> > > > hello
> > > >
> > > > who is in charge for JSR 301 here?
> > > >
> > > > --
> > > > Arash Rajaeeyan
> > >
> > >
> >
> >
> >
> > --
> > Arash Rajaeeyan
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: who is in charge for JSR 301?

Posted by Matthias Wessendorf <ma...@apache.org>.
I really really guess that the portlet guys at apache
(Carsten for instance), will hook in.

I bet they will, b/c
-Portlet RI is Apache (Pluto)
-JSF/Portlet Bridges are Apache (subproject of portals.apache.org)

On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
> I see name of Apache foundation there
> so there should be some one from Apache!
> if it is not ADF, is there any one from Myfaces ?
> I have requested to become a member, but I am not sure if they accept me!
>
>
>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
> > I don't think we really have one yet.  I can jump on that if you guys
> > want.  Michael Freedman is the Spec Lead and he is someone I work with
> > on a regular basis.
> >
> > Scott
> >
> > Arash Rajaeeyan wrote:
> > > hello
> > >
> > > who is in charge for JSR 301 here?
> > >
> > > --
> > > Arash Rajaeeyan
> >
> >
>
>
>
> --
> Arash Rajaeeyan


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: who is in charge for JSR 301?

Posted by Matthias Wessendorf <ma...@apache.org>.
I really really guess that the portlet guys at apache
(Carsten for instance), will hook in.

I bet they will, b/c
-Portlet RI is Apache (Pluto)
-JSF/Portlet Bridges are Apache (subproject of portals.apache.org)

On 10/11/06, Arash Rajaeeyan <ar...@gmail.com> wrote:
> I see name of Apache foundation there
> so there should be some one from Apache!
> if it is not ADF, is there any one from Myfaces ?
> I have requested to become a member, but I am not sure if they accept me!
>
>
>  On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
> > I don't think we really have one yet.  I can jump on that if you guys
> > want.  Michael Freedman is the Spec Lead and he is someone I work with
> > on a regular basis.
> >
> > Scott
> >
> > Arash Rajaeeyan wrote:
> > > hello
> > >
> > > who is in charge for JSR 301 here?
> > >
> > > --
> > > Arash Rajaeeyan
> >
> >
>
>
>
> --
> Arash Rajaeeyan


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: who is in charge for JSR 301?

Posted by Arash Rajaeeyan <ar...@gmail.com>.
I see name of Apache foundation there
so there should be some one from Apache!
if it is not ADF, is there any one from Myfaces ?
I have requested to become a member, but I am not sure if they accept me!

On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
>
> I don't think we really have one yet.  I can jump on that if you guys
> want.  Michael Freedman is the Spec Lead and he is someone I work with
> on a regular basis.
>
> Scott
>
> Arash Rajaeeyan wrote:
> > hello
> >
> > who is in charge for JSR 301 here?
> >
> > --
> > Arash Rajaeeyan
>
>


-- 
Arash Rajaeeyan

Re: who is in charge for JSR 301?

Posted by Arash Rajaeeyan <ar...@gmail.com>.
I see name of Apache foundation there
so there should be some one from Apache!
if it is not ADF, is there any one from Myfaces ?
I have requested to become a member, but I am not sure if they accept me!

On 10/11/06, Scott O'Bryan <da...@gmail.com> wrote:
>
> I don't think we really have one yet.  I can jump on that if you guys
> want.  Michael Freedman is the Spec Lead and he is someone I work with
> on a regular basis.
>
> Scott
>
> Arash Rajaeeyan wrote:
> > hello
> >
> > who is in charge for JSR 301 here?
> >
> > --
> > Arash Rajaeeyan
>
>


-- 
Arash Rajaeeyan

Re: who is in charge for JSR 301?

Posted by Scott O'Bryan <da...@gmail.com>.
I don't think we really have one yet.  I can jump on that if you guys 
want.  Michael Freedman is the Spec Lead and he is someone I work with 
on a regular basis.

Scott

Arash Rajaeeyan wrote:
> hello
>
> who is in charge for JSR 301 here?
>
> -- 
> Arash Rajaeeyan 


Re: who is in charge for JSR 301?

Posted by Scott O'Bryan <da...@gmail.com>.
I don't think we really have one yet.  I can jump on that if you guys 
want.  Michael Freedman is the Spec Lead and he is someone I work with 
on a regular basis.

Scott

Arash Rajaeeyan wrote:
> hello
>
> who is in charge for JSR 301 here?
>
> -- 
> Arash Rajaeeyan