On Fri, May 20, 2011 at 10:16 AM, ant elder <ant.el...@gmail.com> wrote:
> This is where i've got to so far, I think there is refactoring that could be > done but this is the current state. > It seems like there are now several types of things in the domain registry, theres info about installed contributions, there's info about the distributed domain - eg what composites are running where, and there is info about the active endpoints. I wonder if those should be three separate things? One of the refactorings could be to separate out the things like the contribution information from the runtime information, so perhaps have something like a ContributionRepository which holds the ContributionDescriptions and provides access to the actual contribution contents. ...ant