温莎城堡政策注入教程?

时间:2009-12-28 19:04:40

标签: castle-windsor

我想了解更多有关温莎城堡的信息,但似乎有点压倒我。我在这里找到了一个代码示例:http://ayende.com/Blog/archive/2007/03/07/Building-the-Policy-Injection-in-40-Minutes-with-Windsor.aspx。它确实很有趣,但它似乎使用了很多额外的代码。我认为政策注入的力量只是我可以制作一些配置文件并注入它并拥有预处理,发布和拦截处理程序?

1 个答案:

答案 0 :(得分:6)

我认为你误解了艾恩德的帖子。 Windsor 与模式和实践中的策略注入应用程序块相同。正如Ayende所示,这个功能可以在温莎实施,但这远远不是该项目的主要目标。

如果您只想要简单的AOP,请查看Castle Dynamic Proxy。

如果你想了解更多关于温莎的信息,那里有很多很好的资源。

一些链接:

probably the most complete Dynamic Proxy tutorial by yours truly

IMO best Windsor tutorial

Another Windsor tutorial

You may also want to see Steve Bohlen's recording from NotAtPDC about it (not available yet, but should be soon)

And Ayende's very good introductory presentation from NDC conference.