Unlimited Technique          Unlimited Wisdom

1001010000101001000010010001000010000101101110111 1101010010010101011110010101110101011010101010101

导航

随笔分类 -  Future.AOP Developing Logs

Two Level Proxy to Implement StaticProxy
摘要:Using CodeDom to make the StaticProxy, but the CodeDom technology only generates source code. Moveover, source code(c#, vb.net) can only intercept member method. If wanting to intercept constructor, s... 阅读全文

posted @ 2005-08-17 10:03 bughole 阅读(333) 评论(0) 推荐(0)

Checking CallingClass type (waiting resolving)
摘要:CallingClass is the type of a class containing the method or property. When its value is not “any”, the match method of the CallingClass must be following code:public bool Match(Type type)... 阅读全文

posted @ 2005-08-15 15:25 bughole 阅读(211) 评论(0) 推荐(0)

Codedom and Static Proxy - Codedom is my lover
摘要:There are two kinds of AOP: Dynamic and Static. Now Future.AOP get AOP information by reading xml file. Everytime, when executing methods, Future.AOP need to search the mapping objects of all xml file... 阅读全文

posted @ 2005-08-09 14:58 bughole 阅读(282) 评论(0) 推荐(0)

Intercepting Exception Errors
摘要:I studied the “jbossaop_userguide” in the morning. Finding a AOP feature about intercepting Exception Errors. I think that my AOP framework should have the same feature. I spent about thre... 阅读全文

posted @ 2005-08-04 15:52 bughole 阅读(367) 评论(0) 推荐(0)

Watching the Aspect File
摘要:When loading aspect xml file in the Load event of Form and wrapping the corresponding classes, then invoking the method of the classes in others place, if the application can’t reload the xml fi... 阅读全文

posted @ 2005-07-30 21:40 bughole 阅读(264) 评论(0) 推荐(0)