>From a maintainability point of view this is probably a better solution. I'll check it out...
On Sun, Feb 15, 2009 at 11:05 PM, Nathan Stott <[email protected]> wrote: > Your windsor.boo could actually load other boo files depending on which > tenant was loaded if I'm not mistaken. > windsor.boo can be very flexible. I often change settings depending upon > an Environment variable > > > On Sun, Feb 15, 2009 at 8:51 AM, Bart Reyserhove < > [email protected]> wrote: > >> Hi all, >> In my web project I have since yesterday only the views left. All *.cs >> files (controllers, model,...) are in a separate project. In the Views >> directory I also have a "Tenants" directory that contains the views of the >> the tenants. I changed the controllerfactory so that the views of the >> correct tenant are used. >> >> You are probably thinking, what has all this to do with Rhino Tools? ;-) >> Well, I want to be able to use another windsor.boo or windsor.config based >> on the tenant that is using the application. >> >> I would be able to do that if UnitOfWorkApplication.GetWindsorConfig was >> virtual. Any objections against making it virtual? >> >> Bart >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
