Re: software architecture/design question



Thanks Lahman, for quick response clarifying some of the implications
of the application of the mediator. But not sure whether I understood
everything you have told here. I shall study ur response further.

When deciding on mediator pattern here, I speculated that (1) the
sequence may be arbirary, decided at runtime, (2) the set of processors
(A..G) can vary. And I agree that there may need to be more complex
processing than just configuration, I am not much familiar with problem
domain either. (and thus possible bad speculations)

That got me thinking, its reasonably intuitive to visualize a pattern,
even for a newbie like me. And it would probably easier to refactor
available pattern to fit to solve the problem at hand. Is that
advisable approach?

Ragu

.



Relevant Pages

  • Re: software architecture/design question
    ... thought this pattern might be suitable. ... Mediator for the processor Collegues. ... the GoF example with GUI controls works nicely if one is providing a generic GUI subsystem to be used across applications. ... Then the subsystem interfaces provide the decoupling and the Facade pattern is more relevant because much of Mediator's work is a fait accompli since of the subsystems' isolation of subject matter, level of abstraction, and allocation of requirements. ...
    (comp.object)
  • Re: OLE IDispatch exception code 0 from ?:?..
    ... Thanks again Sietse. ... Procedure and create a new base class on which to base all my objects. ... I googled mediator but still didn't make things much ... > There probably is something to be found about the mediator pattern online, ...
    (microsoft.public.fox.programmer.exchange)
  • Re: OLE IDispatch exception code 0 from ?:?..
    ... > for all other objects instead of a container? ... In my opinion it should be mandatory reading for any programmer. ... There probably is something to be found about the mediator pattern online, ...
    (microsoft.public.fox.programmer.exchange)
  • ChangeManager (Mediator)-Pattern Sample
    ... Hi I'm searching a sample how to use a ChangeManager (Based on the Mediator ... Pattern) ... Best regards Horst ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)