The question was about dependencies and visibilities. So the code for creating the resolutions (that is currently contained in the resolver) but is specific to certain models should be extracted as well.
But obviously not to the model itself. So the question would be if a creation Factory method in the Resolution would be the best or a separate Resolver class. Michael Rickard Öberg schrieb: > Michael Hunger wrote: >> A question: >> >> Where does the resolution belong to? Is it possible to move the code >> into the models or is it really an external resolution that should be >> not referred to in the models. > > The general terminology is (as previously described on this list): > Model - the concept on its own > Resolution - the concept in the larger context > Binding - concept with all dependencies between things bound to specific > things > Context - something that can be used to instantiate the Binding > Instance - live instances > > In this context, how does your question fit in? I'm not entirely sure I > understand what you are asking for. > > /Rickard > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev -- Michael Hunger Independent Consultant Web: http://www.jexp.de Email: [EMAIL PROTECTED] Enthusiastic Evangelist for Better Software Development We support Software Engineering Radio (www.se-radio.net) _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

