FYI, this is castle development mailing list, for questions about using castle please use the users mailing list next time ( http://groups.google.com/group/castle-project-users).
Windsor has always supported XML configuration, see the docs: http://www.castleproject.org/container/documentation/trunk/usersguide/lifestyles.html On Tue, Dec 15, 2009 at 7:26 PM, Thomas Bodell <[email protected]>wrote: > Hi all, > > I wonder if it is possible to write the following syntax in an > external configuration file and if it is how do I write it? > > container.Register(Component.For<IEntityIndexController, > ISnippetController>() .ImplementedBy<SnippetController> > () .LifeStyle.Transient); > > TIA > Thomas Bodell > > -- > > You received this message because you are subscribed to the Google Groups > "Castle Project Development List" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<castle-project-devel%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-devel?hl=en. > > > -- Jono -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" 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-devel?hl=en.
