From: Brian G. <br...@qu...> - 2003-03-26 22:57:40
|
>>Remind me again -- what is the short-term goal you're looking for? >>new WM(Servlet, config-resource-name)? > >Yes sort of... but ideally: > >new WM( Servlet / ServletContext, Properties settings) OK, this is actually pretty easy now that we can rely on Properties.equals() and Properties.hashCode() to do the right thing. It involves: - new ctors to Servlet20Broker/Servlet22Broker to include the Properties in the settings-load path; - a new getBroker(Servlet, Properties) in ServletBroker; - a new ctor in WM() I think these can be done without too much bother. I also would like to remove the reference counting on the broker. Garbage collection should take care of it. Any simplifications we can make here are good... Any objections? -- Brian Goetz Quiotix Corporation br...@qu... Tel: 650-843-1300 Fax: 650-324-8032 http://www.quiotix.com |