Can someone shed some light on what Composite.getProviders() is supposed to be doing and how a Provider differs from an Appliance ?
I'm hoping that it is a function that will give me all the implementations (Appliances,
Providers?) of a specific Service. If you have very good memory, you may remember
that I asked questions about this kind of functionality in Fortress long time ago: basically
in my case one Service has many implementations that all run in parallel and
the user can switch between different "sets" of these implementation.
E.g. if I have implementations 1,2,3,4,5,6 for service A, one set could be
implementations 1,2,3; another set implementations 1,4,5,6 and so on
(basically I need to turn implementations on and off)
In Fortress I solved this by implementing a custom Container that got passed into
its configuration the different components and some info about the different
sets of providers.
Trying to find what the cleanest way is to port all this code over to Merlin :-)
Thanks a lot! - Filip
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
