博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Remoting, WebService

摘要:A Taste of AOP from Solving Problems with OOP and Design Patterns (Part III) zz 阅读全文

posted @ 2008-04-06 18:10 [虫子] 阅读(465) 评论(0) 推荐(0)

摘要:A Taste of AOP from Solving Problems with OOP and Design Patterns (Part II) zz 阅读全文

posted @ 2008-04-06 18:09 [虫子] 阅读(365) 评论(1) 推荐(0)

摘要:A Taste of AOP from Solving Problems with OOP and Design Patterns (Part I) 阅读全文

posted @ 2008-04-06 18:07 [虫子] 阅读(414) 评论(0) 推荐(0)

摘要:通过RealProxy是最简单的方法,缺点是不能同时加入多个代理,否则会抛异常。 实现步骤: 1、实现RealProxy的继承类 2、实现应用上述实现的RealProxy类的ProxyAttribute 3、把上述实现的Attribute应用到ContextBoundObject实例上 阅读全文

posted @ 2008-04-06 18:04 [虫子] 阅读(984) 评论(2) 推荐(0)