You can mix xml config and fluent config... See
http://codegoeshere.blogspot.com/2008/11/using-windsor-fluent-interface-and-xml.html

You could have, for example, a main xml config which <include>s other
modules configurations.
If this is not enough, you can manipulate XmlInterpreter to do
whatever you want...

On Feb 16, 2:48 pm, George Mauer <[email protected]> wrote:
> I am using the fluent interface to register the components in my
> application.  The registration is broken up into several modules and I
> would like to be able to use a different mechanism for each one.
>
> Does castle expose a way of parsing an xml registration file to
> retrieve an array of IRegistration components?  I would like some of
> my modules to be able to do this, while others do it in code.  Then I
> would like to assemble the IRegistration components at a higher level
> (perhaps after adding some interceptors, or other stuff)
>
> Thanks a lot,
> George Mauer
--~--~---------~--~----~------------~-------~--~----~
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