Costin Manolache wrote:
Quick question - did you had any discussion on class loaders for 5.next?I'll tweak the StandardCL to do a bit the same as the WebappCL (ie, try to make it faster). I'll also remove the anti locking hacks which are in WebappCL.
It's one area I'm playing with, I want to make sure I'm not going in oposite direction :-)
BTW - another feature idea would be to extend the JMX configuration into the webapps, i.e. allow jmx apps to view and configure context and servlet params, and support servlets implementing MBean interfaces. The init(ServletConfig) model is pretty archaic :-)You're touching the application layer here. I'm not really in favor of allowing proprietary stuff in that area (Tomcat has been pretty strict about that in the past, with very few features being added). The init model is indeed archaic (I think it's a good cadidate for being replaced with dependency injection in the next spec, but we're not there yet) ;)
The Context and Wrapper are both modeled: I don't see why an app couldn't access with JMX that if it wants to.
Rémy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]