You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Ignacio J. Ortega" <na...@siapi.es> on 2001/03/24 20:33:34 UTC

[tc33]Core in commons classloader

Hola a Todos:

Why is needed the core classes on the commons classloader?


Saludos ,
Ignacio J. Ortega

Re: [tc33]Core in commons classloader

Posted by cm...@yahoo.com.
On Sat, 24 Mar 2001, Ignacio J. Ortega wrote:

> Hola a Todos:
> 
> Why is needed the core classes on the commons classloader?

Well, it's not needed - i.e. it should work very well with it in
the container classloader. If you want to move it - I'm fine.

It was helping in the ProfileLoader - since the different profiles ( sets
of modules ) need the core and the utils in common - but the right way to
solve this is to finish the profile loader hierarchy. In any case, that's
not something we should try to finish for 3.3 - if it happens that the
module will be ready before the release, fine, but fixing the bugs and
making sure everything is stable is top priority.

There are many cool things we can do after 3.3 ( using modules and
profiles ), but we need 3.3 released first ( so we can work on the fun
modules  without pressure ). 

Expect some really nice add-ons after 3.3 ( including a surprise :-).


Costin