Re: Component setup

2001-08-21 Thread Gianugo Rabellino
> > I'm planning to use initialize() in XMLDBGenerator in > > order to obtain a database instance that will be reused > > during the component lifetime: I actually did it and it > > seems to work, yet by grepping the whole Cocoon code base > > I see that Initializable is implemented only in Coco

Re: Component setup

2001-08-21 Thread Berin Loritsch
Gianugo Rabellino wrote: > > Ciao, > > while I understand this is more an Avalon-specific question, > I'm a bit confused about component setup in Cocoon. From > Berin's documents I understand that there are some methods > that are called once in a component's life such as > configure(), initiali

RE: Component setup

2001-08-21 Thread Vadim Gritsenko
> -Original Message- > From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 6:26 AM > To: [EMAIL PROTECTED] > Subject: Component setup > > > Ciao, > > while I understand this is more an Avalon-specific question, > I'm a bit confused about component setup i