I'm building application extensibility model on top of Windsor. Each
plugin has it's own config file and IWindsorInstaller implementation.
When loading plugin the config file is processed with XmlInterpreter
and installed to container then the plugin IWindsorInstaller
implementation is installed.

I need to limit the registrations loaded from plugin configuration
file. e.g. Facilities should not be registered, all defined components
should belong to plugin assembly etc.

Is it feasible with windsor?

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to