I really like HiveMind and its support of patterns
you get from the PipelineFactory, ChainFactory,
AdapterRegistryFactory and others.
First time i tried the AdapterRegistryFactory i got a
little bit confused with zhe naming. Before that i used
a self-written HiveMind-Service comparable to the
eclipse AdapterFactory.
public interface AdapterFactory
{
public Object getAdapter(Object adaptableObject, Class adapterType);
}
I exptected the AdapterRegistryFactory to do the same.
But in IMHO the AdapterRegistryFactory behaves like a
StrategyRegistryFactory due to the GoF-Naming.
And one specialized use of the StrategyRegistryFactory
is to create a service with a service interface like
AdapterFactory.
Does anyone except me see the need to rename the thing?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]