RE: Getting rid of deprecated Interfaces/Classes/Methods

2002-10-02 Thread Carsten Ziegeler
Giacomo Pati wrote: > > Another issue is the missing interface Recomposable which has vanished in > the service package. We use it internally on some component. Most of their > use is publicate code like: > > public void compose( ComponentManager manager ) > { > this.manager

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-30 Thread Sylvain Wallez
Stephen McConnell wrote: > > > Giacomo Pati wrote: > >> On Mon, 30 Sep 2002, Carsten Ziegeler wrote: >> >> >> >>> Giacomo Pati wrote: >>> >>> Ok, this thread had made alot of people think about it and the conclusion is that we should not switch to a newer/better container at

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-30 Thread Berin Loritsch
Stephen McConnell wrote: > >> >> which can be ported to: >> >> public void service( ServiceManager manager ) >> { >>if( this.mainManager == null ) >>{ >> this.mainManager = manager; >>} >> this.manager = manager; >> } >> >>

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-30 Thread Stephen McConnell
Giacomo Pati wrote: >On Mon, 30 Sep 2002, Carsten Ziegeler wrote: > > > >>Giacomo Pati wrote: >> >> >>>Ok, this thread had made alot of people think about it and the conclusion >>>is that we should not switch to a newer/better container at least until a >>>2.1 release is out, right? >>> >

RE: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-30 Thread Giacomo Pati
On Mon, 30 Sep 2002, Carsten Ziegeler wrote: > Giacomo Pati wrote: > > > > Ok, this thread had made alot of people think about it and the conclusion > > is that we should not switch to a newer/better container at least until a > > 2.1 release is out, right? > > > Yupp. > > > I've allready commit

RE: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-29 Thread Carsten Ziegeler
Giacomo Pati wrote: > > Ok, this thread had made alot of people think about it and the conclusion > is that we should not switch to a newer/better container at least until a > 2.1 release is out, right? > Yupp. > I've allready commited the step 1 (Loggable -> LogEnabled). > Nice work! > Now I'm

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-28 Thread Stephen McConnell
Stefano Mazzocchi wrote: >Hmmm, tell me: which version of Avalon are you guys implementing? Where >is the line that separates "framework" from "implementations"? > >So, the real question should be: > > when should Cocoon use a component container based on the design >principles of the next versi

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-27 Thread Berin Loritsch
Giacomo Pati wrote: > Ok, this thread had made alot of people think about it and the conclusion > is that we should not switch to a newer/better container at least until a > 2.1 release is out, right? > > I've allready commited the step 1 (Loggable -> LogEnabled). > > Now I'm on step 2 (as there

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-27 Thread Giacomo Pati
Ok, this thread had made alot of people think about it and the conclusion is that we should not switch to a newer/better container at least until a 2.1 release is out, right? I've allready commited the step 1 (Loggable -> LogEnabled). Now I'm on step 2 (as there has not been any -1). This can b

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-26 Thread Berin Loritsch
Sylvain Wallez wrote: > Carsten Ziegeler wrote: > >> Stefano Mazzocchi wrote: >> >> >>> -1 for 2.1, no question about it. >>> >>> Let me repeat this for those worried guys that are reading this thread: >>> >>> WE WILL NOT CHANGE FUNDAMENTAL CONTRACTS UNDER YOUR FEET >>> >>> >> >> Couldn't

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-26 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Stefano Mazzocchi wrote: > > >>-1 for 2.1, no question about it. >> >>It is true that Cocoon needs a much better component containment >>technology for us to be able to implement cocoon blocks as designed so >>far. >> >>But you have my word that I'll continue to -1 any

RE: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-26 Thread Carsten Ziegeler
Stefano Mazzocchi wrote: > > -1 for 2.1, no question about it. > > It is true that Cocoon needs a much better component containment > technology for us to be able to implement cocoon blocks as designed so > far. > > But you have my word that I'll continue to -1 any change to the 2.x > family of

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-25 Thread Berin Loritsch
Stephen McConnell wrote: > > > Berin Loritsch wrote: > >> Carsten Ziegeler wrote: >> >>> Ok, I think we should have a look at a features list of fortress >>> and merlin compared to the ECM. >>> >>> Is this somewhere available? >>> >>> I learned by this thread that some marker interface are not

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-25 Thread Stefano Mazzocchi
Vadim Gritsenko wrote: > >So the remaining question is, is fortress/merlin stable and usable? > >If these both points can be answered positiv, I would say: +1. > > > > -1 for 2.1. If you read this thread, you will see that the changes are > too drastic to make this in 2.1, and it already has loa

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Vadim Gritsenko
Stephan Michels wrote: >On Tue, 24 Sep 2002, Vadim Gritsenko wrote: > > > >>Carsten Ziegeler wrote: >> >> >> >>>Giacomo Pati wrote: >>> >>> >>> >>> Hi Team I'll have some spare time this week and thought of moving the HEAD branch away from deprecated stuff from newest

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Stephen McConnell
Carsten Ziegeler wrote: >Ok, I think we should have a look at a features list of fortress >and merlin compared to the ECM. > The closest thing I can point you to is the Merlin FAQ which provides a summary of the differences between Merlin and other related work in Avalon land. http://jaka

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Stephen McConnell
Berin Loritsch wrote: > Carsten Ziegeler wrote: > >> Ok, I think we should have a look at a features list of fortress >> and merlin compared to the ECM. >> >> Is this somewhere available? >> >> I learned by this thread that some marker interface are not >> available anymore and have to be confi

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Stephan Michels wrote: > > On Tue, 24 Sep 2002, Vadim Gritsenko wrote: > For some time ago, I tried to replace also the deprecated LogKitManageable > classes, but the Avalon people don't want to apply my patch :-/ > > http://issues.apache.org/bugzilla/show_bug.cgi?id=11491 I think it has more t

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Stephan Michels
On Tue, 24 Sep 2002, Vadim Gritsenko wrote: > Carsten Ziegeler wrote: > > >Giacomo Pati wrote: > > > > > >>Hi Team > >> > >>I'll have some spare time this week and thought of moving the HEAD branch > >>away from deprecated stuff from newest Avalon Framework/Excalibur jars. > >> > >>My plan will

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Vadim Gritsenko
Carsten Ziegeler wrote: >Giacomo Pati wrote: > > >>Hi Team >> >>I'll have some spare time this week and thought of moving the HEAD branch >>away from deprecated stuff from newest Avalon Framework/Excalibur jars. >> >>My plan will be: >> >> 1. Get rid of Loggable in favor of LogEnabled >> 2

Re: Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Tom Klaasen
Berin wrote: >Could you put some line breaks in your messages? Yeah, I know, this webmail client isn't nice to work with. Sorry about that :-( >I only use reflection when there is no better alternative. OK, agreed. I thought I'd just issue the warning. But I guess you know what you're doing

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Marcus Crafter
On Tue, Sep 24, 2002 at 04:10:04PM +0200, Carsten Ziegeler wrote: > Ok, I think we should have a look at a features list of fortress > and merlin compared to the ECM. > > Is this somewhere available? Merlin docs are at: http://jakarta.apache.org/avalon/excalibur/merlin/i

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Tom Klaasen wrote: > > [EMAIL PROTECTED] wrote: > > > >> >>It's not that bad--not that pretty either. However it allows us to >>handle the Recyclable issues well. Otherwise I have to use reflection >>to determine if it implements >>"org

Re: Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Tom Klaasen
[EMAIL PROTECTED] wrote: >Tom Klaasen wrote: >> Berin wrote: >> >> We need a way to invoke the recycle() method in the current implementations, so a support for Recyclable is required. >>> >>>:) I can do that without requiring

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Carsten Ziegeler wrote: > Ok, I think we should have a look at a features list of fortress > and merlin compared to the ECM. > > Is this somewhere available? > > I learned by this thread that some marker interface are not > available anymore and have to be configured somewhere for fortress. > Is

RE: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Carsten Ziegeler
Ok, I think we should have a look at a features list of fortress and merlin compared to the ECM. Is this somewhere available? I learned by this thread that some marker interface are not available anymore and have to be configured somewhere for fortress. Is this right? So which marker interface

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Peter Royal wrote: > On Tuesday, September 24, 2002, at 09:47 AM, Sylvain Wallez wrote: > >> Carsten Ziegeler wrote: >> >>> Berin Loritsch wrote: >>> Fortress is moving toward a MetaInfo enabled component matching system, but that is done in a separate container. You will be able to t

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Tom Klaasen wrote: > Berin wrote: > > >>>We need a way to invoke the recycle() method in the current implementations, >>>so a support for Recyclable is required. >> >>:) I can do that without requiring that interface! I will use the >>reflection facilities to determine if there is a "recycle(

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Peter Royal
On Tuesday, September 24, 2002, at 09:47 AM, Sylvain Wallez wrote: > Carsten Ziegeler wrote: >> Berin Loritsch wrote: >>> Fortress is moving toward a MetaInfo enabled component matching >>> system, >>> but that is done in a separate container. You will be able to take >>> advantage of that when

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Thanks for clarification, Berin! Inline are some comments: > >Berin Loritsch wrote: > > >>>What does this mean in terms of compatibility and a stable Cocoon? Are >>>written components using a CM with Composable and Component still working? >>> >>> >>>I think noone

Re: Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Tom Klaasen
Berin wrote: >> We need a way to invoke the recycle() method in the current implementations, >> so a support for Recyclable is required. > >:) I can do that without requiring that interface! I will use the >reflection facilities to determine if there is a "recycle()" method >with public access

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Marcus Crafter wrote: > On Tue, Sep 24, 2002 at 03:04:59PM +0200, Carsten Ziegeler wrote: > >>>My question for you guys is whether you want me to force you to change >>>your interface for Resettable, or to have MPool work by reflection and >>>discover if there is a reset() method with public acce

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Carsten Ziegeler wrote: > Thanks for clarification, Berin! Inline are some comments: > > Berin Loritsch wrote: >>The biggest thing you will have to do to migrate to Fortress is to >>change your cocoon.roles file format. It is the roles file that now >>determines the "lifestyle" of a component,

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Marcus Crafter
On Tue, Sep 24, 2002 at 03:04:59PM +0200, Carsten Ziegeler wrote: > > > My question for you guys is whether you want me to force you to change > > your interface for Resettable, or to have MPool work by reflection and > > discover if there is a reset() method with public access. If that is > > t

RE: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Carsten Ziegeler
Thanks for clarification, Berin! Inline are some comments: Berin Loritsch wrote: > > > > What does this mean in terms of compatibility and a stable Cocoon? Are > > written components using a CM with Composable and Component > still working? > > I think noone will recode all the components he has

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Berin Loritsch
Carsten Ziegeler wrote: > Giacomo Pati wrote: > >>Hi Team >> >>I'll have some spare time this week and thought of moving the HEAD branch >>away from deprecated stuff from newest Avalon Framework/Excalibur jars. >> >>My plan will be: >> >> 1. Get rid of Loggable in favor of LogEnabled >> 2.

RE: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Carsten Ziegeler
Giacomo Pati wrote: > > Hi Team > > I'll have some spare time this week and thought of moving the HEAD branch > away from deprecated stuff from newest Avalon Framework/Excalibur jars. > > My plan will be: > >1. Get rid of Loggable in favor of LogEnabled >2. Get rid of Component and m

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-23 Thread Stephen McConnell
Giacomo Pati wrote: >Hi Team > >I'll have some spare time this week and thought of moving the HEAD branch >away from deprecated stuff from newest Avalon Framework/Excalibur jars. > >My plan will be: > > 1. Get rid of Loggable in favor of LogEnabled > Good idea. > 2. Get rid of Component

Getting rid of deprecated Interfaces/Classes/Methods

2002-09-23 Thread Giacomo Pati
Hi Team I'll have some spare time this week and thought of moving the HEAD branch away from deprecated stuff from newest Avalon Framework/Excalibur jars. My plan will be: 1. Get rid of Loggable in favor of LogEnabled 2. Get rid of Component and move to Service infrastructure 1. is str