On Tue, 2002-11-05 at 22:02, Peter Donald wrote: > On Wed, 6 Nov 2002 08:15, Leandro Rodrigo Saad Cruz wrote: > > I know DefaultConfiguration has a method called addChild(), but to use > > this , I have to build my new Configuration instance from the ground, > > possibly keeping track of differences between instances, etc ,etc. > > Is there any faster/easier way to change Configuration objects ? > > Not really. Most of the way we recomend doing it is by reading it from xml (or > from SAX generated vis xslt or similar).
I think that we should be able to insert configuration fragments at specific positions ( to isolate configuration changes ), something like addChildAt(int pos, Configuration conf). and to be able to know the position os a Configuration object in its Configuration tree. Do you think this is a general need or just mine ? > > > -- > Cheers, > > Peter Donald > ------------------------------------------------------------ > militant agnostic: i don't know, and you don't know either. > ------------------------------------------------------------ > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- Leandro Rodrigo Saad Cruz IT - Inter Business Tecnologia e Servicos (IB) http://www.ibnetwork.com.br http://jakarta.apache.org/ojb -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>