随笔分类 -  框架

摘要:Preview2.2 Demo2.2.1 Common scenarioInterface & Implement class:[代码]如果我们是创建接口代理, 那么接口一定要是public. 实现类理论情况下可以不为public, 我在使用CreateInterfaceProxyWithTargetInterface创建proxy的时候, 实现类确实可以不为public, 但使用Crea... 阅读全文
posted @ 2009-06-29 00:25 Tyrael 阅读(1467) 评论(1) 推荐(0)
摘要:PⅠ, Introduction最近对AOP比较感兴趣, 下载了一个.net下的AOP框架实现(Castle.DynamicProxy), 关于怎么使用, 网上大部分都是有关1.x版本的, 我们当然倾向于使用最新的2.1版本. 链接[1]是Castle官网推荐的使用说明, 本文主要是记录其核心和我的一些体会. DynamicProxy确实非常强大.PⅡ, On The Wa... 阅读全文
posted @ 2009-06-28 14:31 Tyrael 阅读(4214) 评论(4) 推荐(0)