RE: [configuration] DOM vs DOM4J

2004-06-23 Thread Tim O'Brien
e why does this thing only load resources from the system classloader? From: Maarten Coene [mailto:[EMAIL PROTECTED] Sent: Wed 6/23/2004 5:30 AM To: Jakarta Commons Developers List Subject: Re: [configuration] DOM vs DOM4J And what about donating the code to

Re: [configuration] DOM vs DOM4J

2004-06-23 Thread Maarten Coene
AM To: Jakarta Commons Developers List Subject: RE: [configuration] DOM vs DOM4J Emmanuel Bourg wrote on Tuesday, June 22, 2004 5:06 PM: Jörg Schaible wrote: Taking Paul's comment into account, there seems not to be a real sufficient solution. DOCConfiguration is quite nice for

RE: [configuration] DOM vs DOM4J

2004-06-23 Thread Eric Pugh
It'll be in CVS if we come up with a reason to reimplement it... Eric > -Original Message- > From: Jörg Schaible [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 9:19 AM > To: Jakarta Commons Developers List > Subject: RE: [configuration] DOM vs DOM4J > &

RE: [configuration] DOM vs DOM4J

2004-06-23 Thread Jörg Schaible
Emmanuel Bourg wrote on Tuesday, June 22, 2004 5:06 PM: > Jörg Schaible wrote: > >> Taking Paul's comment into account, there seems not to be a real >> sufficient solution. DOCConfiguration is quite nice for JDK >= 1.4, >> since no additional dependency is generated. Therefore I vote in >> first

Re: [configuration] DOM vs DOM4J

2004-06-22 Thread Emmanuel Bourg
Jörg Schaible wrote: Taking Paul's comment into account, there seems not to be a real sufficient solution. DOCConfiguration is quite nice for JDK >= 1.4, since no additional dependency is generated. Therefore I vote in first place for the DOMConfiguration, but it might be good to have DOM4JConfi

RE: [configuration] DOM vs DOM4J

2004-06-22 Thread Eric Pugh
ric > -Original Message- > From: Jörg Schaible [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 22, 2004 9:00 AM > To: Jakarta Commons Developers List > Subject: RE: [configuration] DOM vs DOM4J > > > Emmanuel Bourg wrote on Monday, June 21, 2004 8:17 PM: > > &

RE: [configuration] DOM vs DOM4J

2004-06-22 Thread Jörg Schaible
Emmanuel Bourg wrote on Monday, June 21, 2004 8:17 PM: > Is there a good reason to keep the configurations using DOM4J instead > of their DOM based equivalent ? If there is no difference > between the two > I'm tempted to remove DOM4JConfiguration and > HierarchicalDOM4JConfiguration (or to move t

Re: [configuration] DOM vs DOM4J

2004-06-21 Thread Paul Libbrecht
On 21-Jun-04, at 20:17 Uhr, Emmanuel Bourg wrote: Is there a good reason to keep the configurations using DOM4J instead of their DOM based equivalent ? If there is no difference between the two I'm tempted to remove DOM4JConfiguration and HierarchicalDOM4JConfiguration (or to move them to a cont

Re: [configuration] DOM vs DOM4J

2004-06-21 Thread Jörg Schaible
Emmanuel Bourg wrote: > Is there a good reason to keep the configurations using DOM4J instead of > their DOM based equivalent ? If there is no difference between the two > I'm tempted to remove DOM4JConfiguration and > HierarchicalDOM4JConfiguration (or to move them to a contrib directory), > and

[configuration] DOM vs DOM4J

2004-06-21 Thread Emmanuel Bourg
Is there a good reason to keep the configurations using DOM4J instead of their DOM based equivalent ? If there is no difference between the two I'm tempted to remove DOM4JConfiguration and HierarchicalDOM4JConfiguration (or to move them to a contrib directory), and then merge DOMConfiguration i