On 8/10/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > ant elder wrote: > > How about instead of extension having to do "new > > ExtensibleServletHost(servletHosts)" that code is moved into the > > ExtensionUtils DiscoveryUtils class as a special case so that extensions > can > > still just use the simple constructor taking a ServletHost and > > ExtensionHelper creates the ExtensibleServletHost for them? > > > > > > Sure, but won't that create a new dependency from extension-helper on > host-http?
Thats true, and thats no good. Guess it could just use reflection, bit messy but are there any alternatives? Its just the whole point of it is to avoid extensions having to know and do stuff like this so it would be really good to find a way to avoid it. ...ant
