From: Lane S. <la...@op...> - 2003-03-26 23:56:21
|
I've followed the thread and it seems Brian that your refactoring approach would help Marc. +1 from me. -Lane Brian Goetz wrote: > >>> 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 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > Webmacro-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webmacro-devel > -- Lane Sharman Learn About Conga, All Java GUI Builder: http://opendoors.com/conga Java Software Portal: http://opendoors.com |