Is it correct to have many Castle Windsor containers per application if those containers belong to different tiers?

后端 未结 3 1745
南方客
南方客 2021-01-28 23:53

I\'ve been playing around with Castle Windsor lately and realized I could use it to back a container-like object I currently use already. So far I\'ve only read information abou

3条回答
  •  不知归路
    2021-01-28 23:59

    I don't think it is such a good idea to have many independent containers. You may however want to have an application-wide mother container and child containers with more narrow scope.

提交回复
热议问题