摘要: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...
阅读全文
摘要: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)...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文