Re: [picocontainer-dev] annotations and comments on Pico2

Erik Putrycz <[email protected]>
Newsgroups gmane.comp.java.picocontainer.devel
Organization National Research Council Canada
Message-ID <[email protected]>


> Well I thought of a PicoBuilder in gems that extended (or delegates 
> to) the one in core, and a NanoBuilder in nano that reimplemented it 
> all (wraps) for NanoContainer as opposed to MutablePicoContainer.
Hmmm I think you should try to avoid the wrapping in the containers and 
builders if possible. Lets say I write a new pico module called Taco 
that is based on Pico and not Nano. Then I want to use in my framework 
taco and nano. If this is inheritance based (ie I wrote a TacoBuilder) 
then I have to rewrite all the configuration by hand, where as if you 
can prevent that wrapping, the model will be more flat and easier to mix 
and match extensions.

Erik.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.