Teddy's Knowledge Base

10 2005 档案

让人哭笑不得的“Unable to load one or more of the types in the assembly”问题的解决!

posted @ 2005-10-25 14:02 Teddy's Knowledge Base 阅读(1931) | 评论 (5)  编辑

AOP企业级应用思考 之 基于静态织入的容器式动态拦截
     摘要:

谈到AOP,大家乡到的一般就是两种主流的实现方式--动态代理和静态织入。两种主流的方式应该说各有优缺点,前者性能好,但是较难实现,稳定性不高;后者,更稳定,但是限制颇多,且执行效率不高。在本文中,Teddy将从动态织入和静态织入的技术区别出发,通过一个生动的故事,试图探索一种兼俱动态织入和静态织入的优点,并避免其缺点的全新的动态拦截思路。  阅读全文

posted @ 2005-10-19 16:09 Teddy's Knowledge Base 阅读(3314) | 评论 (30)  编辑

为wiki集成“插入代码”& AspectWeaver Step by Step AOP在线教程

posted @ 2005-10-16 01:47 Teddy's Knowledge Base 阅读(1305) | 评论 (4)  编辑

AOP Practice with AspectWeaver0.6 - DebugPropertyValueModifying

posted @ 2005-10-10 18:40 Teddy's Knowledge Base 阅读(1368) | 评论 (2)  编辑

从Design Pattern浅谈AOP

posted @ 2005-10-09 10:43 Teddy's Knowledge Base 阅读(1823) | 评论 (11)  编辑

Build a More Powerful AOP Framework Based on AspectDNG's ILML Library - Teddy's Aspect Weaver. (Updated Introduction to Full Functions of Version 0.6 and Sample)
     摘要:
In this chapter, I'll show you my AOP framework - Teddy's Aspect Weaver which is based on AspectDNG's ILML library. I just do my best to make this framework easier for using and avoid AspectDNG's disadvantages and encumbering facts. Also this framework extends functions of AspectDNG and provides more supported types of advices. Let's take a closer look with the example within the Aspect Weaver V0.6 source code and sample.
  阅读全文

posted @ 2005-10-07 15:51 Teddy's Knowledge Base 阅读(2572) | 评论 (0)  编辑

AOP编程实践之AspectWeaverSample1.0

posted @ 2005-10-05 17:59 Teddy's Knowledge Base 阅读(1962) | 评论 (5)  编辑

Teddy's Aspect Weaver Version 0.6

posted @ 2005-10-05 17:36 Teddy's Knowledge Base 阅读(749) | 评论 (0)  编辑