Hi !
I am completely new to the real DI. I am looking for a solution, which
allows me to combine my "tradinal way" of creating instances from
[xml] serialized files with Windsor, because I am - really many times
- using complete [serialized] classes to make my app configurable.
I am sure, this could be possible and I am looking for something like
this [symbolically spoken]:
<component
id="ServerList"
type="MBG.Config.ServerList, MBG.Config"
file="serverlist.xml"
/>
If I can load my classes this way, I could apply DI [which was not
possible for me before, without Windsor].
So far I understand the docs, "facilities" comes into play here.
If someone could possibly supply a sample or hint/link to something
like this. this would be beautiful!
Thanks so far.
br++mabra
--
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.