> > So I think we can actually distinguish three kind of utils: > > > > 1. Utils that are used by mmbase-core classes [..] > > 2. Utils that use mmbase-core, but core does not depend on it. > > 3. Utils that don't use mmbase-core, and are not directly
Speaking of depenencies those are the possibilities :) for me an other difference is that some util classes requires a running mmbase instance (for example even the configuration reader requires an MMBase instance) and i think this is bad. we now have org.mmbase.util. and org.mmbase.bridge.util. lets for a start say util classes in bridge should not use the core
