aop
Is it wise to use AppFabric + Postsharp for server side caching
One of开发者_JAVA百科 my friends wants to use AppFabric caching on server side (WCF services). But to reduce similar functionality across services code, he wants to cache data \"automatically\" using[详细]
2023-03-27 13:52 分类:问答Convert a method name to bean name at runtime?
I am working with BeanBinding a lot in my current project and so I have code that looks like... TypeA objA;[详细]
2023-03-26 12:51 分类:问答Issue with Spring Method interceptor
I\'m having an issue with using Spring interceptor. I\'ve a CXF service endpoint method which I\'m trying a wrap with an interceptor to do some initialization. For some reason, the interceptor is not[详细]
2023-03-25 03:46 分类:问答Spring AOP declaractive transaction manager
In the Spring declarative transaction manager: My configuration tx:method: <tx:method name=\"handle*\" propagation=\"REQUIRED\" no-rollback-for=\"java.lang.RuntimeException\" rollback-for=\"java.l[详细]
2023-03-24 15:32 分类:问答Aspect oriented programming library for C# (compact framework 3.5)
Any suggestions for C# aspect oriented programming libraries with support for compact framework version 3.5? It seems that PostSharp 开发者_开发技巧supports it, but are there any other alternatives? E[详细]
2023-03-23 15:41 分类:问答aop eventinterceptionaspect postsharp
What would be the best practice to implement save/restore layout funcionality for every DeveloperExpress XtraGrid control in my application. I use开发者_StackOverflow a lot of Grid visual elements on[详细]
2023-03-22 21:40 分类:问答Castle Automatic Transaction Management Facility persist issues
Regarding the Castle Automatic Transaction Management Facility; I\'m having some difficulties getting operations to actually save to the database without flushing the session.[详细]
2023-03-22 07:48 分类:问答Accessing method arguments in Spring.net AOP advice
I am attempting my first implementation of IAfterReturningAdvice and am wondering how I access the values of the method or if that is eve开发者_运维百科n possible? It makes sense that I may have to us[详细]
2023-03-22 00:34 分类:问答Eliminating repetitive try/catch code
Writing code which has to handle the same exceptions time and time again constantly gets boring. Is there a way to write code, without try/catch, and add attributes to the method to catch (and handle[详细]
2023-03-20 21:33 分类:问答Spring: Check present interceptors
Is there a way to check which interceptors are present for the current method? An example: if I am debugging the following method (any line in the method)[详细]
2023-03-20 09:48 分类:问答