I looked at jetty-sevak a little today and got some questions.
The possibility to implement Serviceable etc. in servlets is a very nice feature. However I am not always in control of the servlets used so I can't make all of them implement Serviceable.
An example is a Cocoon Transfomrer that needs to lookup a Phoenix (external) service. The same goes for components in other web services that have one entry servlet to a larger system.
What would be the best solution to for cases like this? Is Sevak not the right solution? Could Sevak be updated to add the ServiceManager to every new ServletContext in a web application, as the Jetty-Phoenix implementation by Howard Henson does? AltRMI is a possibility, but that could produce some extra unneeded overhead. Not that AltRMI doesn't work well, it works perfectly.
Thanks in advance,
// Johan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
