> Jukka Zitting wrote:
>
> >Hi,
> >
> >Would anyone mind if I had a go at refactoring the config classes?
> >
> >I'd like to do the following:
> >
> > * Move all XML handling to a separate ConfigurationParser class
> > * Clean up and document the *Config classes
> > * Get rid of the messy AbstractConfig class
> >
> >
>
> What about also removing the use of JDOM? That would remove a depencency
> that isn't core to Jackrabbit.
unfortunately jdom1.0 is not backward compatible to earlier versions,
but jackrabbit makes use of it. this hinders jackrabbit to run inside
environments that use a pre 1.0 jdom library (e.g. weblogic).
i opt for removing jdom completely and only base on org.w3c.dom. this
also drops a dependency, since org.w3c.dom is part of the java 1.4
api.
cheers, tobi
--
------------------------------------------< tobias.strasser@day.com >---
Tobias Strasser, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel
T +41 61 226 98 98, F +41 61 226 98 97
-----------------------------------------------< http://www.day.com >---
|