> From: Peter Donald [mailto:[EMAIL PROTECTED] > > Costin has proposed changes to ProjectHelper that are mostly > equivelent to > the ProjectBuilder abstraction I proposed. Basically a mechanism > to to have > alternative strategys to build project objects. At one stage you > objected to > ProjectBuilder abstraction back ages ago. Though from your > comments recently > I don't think your objections still hold ? >
OK, I see what you are getting at. In mutant the core doesn't really care how project models are constructed. What interests the core is the model itself. The core expects to be given the model from the front-end code. How the front end built the model is not really relevant to how the core processes the model. Since the core never requests "building" of the project model, there is currently no need for the abstraction in mutant. How do you use the abstraction in myrmidon? Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
