aop
How to attach VS2010 debugger to a SheepAop weaved assembly?
I\'m giving SheepAOP a go for a new project, but i\'m hitting a point where i can\'t use the VS2010 debugger. The breakpoints are not recognised and it looks like the pdb开发者_Go百科s are out of sync[详细]
2023-03-12 22:03 分类:问答JAX-WS RI: Best way to implement a Method Interceptor
I want to provide my own method interceptor for my webservice invocations. Basically, this method interceptor should be called right before the real method is called... See the snippet below:[详细]
2023-03-12 14:26 分类:问答Performance advice for using Castle DynamicProxy in .NET web-apps
I am starting out with Castle DynamicProxy and I have this sample to track changes to properties of an object.[详细]
2023-03-12 11:12 分类:问答PostSharp - Dynamic Cache Keys
I am trying the CacheAttribute feature of PostSharp. Following is the method I am using to build cache keys for each cache entry.[详细]
2023-03-12 07:52 分类:问答sharing spring aspect class between two webapplications
I have application consisting two web apps and EAR level jar files. One web app (Lets say SPApp) is built using Spring and another using Struts (STApp).[详细]
2023-03-12 03:04 分类:问答Is there a repository/library of ready-to-use postsharp aspects?
I\'m about to start using PostSharp in my project. I\'d like to leverage existing aspects. Is there a repository or a list of ready-to-use, 开发者_运维百科user contributed, postsharp aspects? Somethin[详细]
2023-03-11 22:46 分类:问答Creating user events on certain actions. What is recommended solution?
This question regards how one can effectively create and persist event domain objects on certain system or user triggered events which themselves may or may not persist changes to the database.[详细]
2023-03-09 05:29 分类:问答Run code after/before adding item to an Collection in .NET
Is it possible to run code aftter or before the item was added to collection? Lets say i have object Product with property Price and Warehouse object with properties IList Products and TotalPrice. I[详细]
2023-03-08 20:45 分类:问答Advice when a method is called from other module
I have three different maven modules: security-api that contains an annotation and an Aspect. module that is compiled with oven classes from \"security-api\".[详细]
2023-03-08 16:01 分类:问答AopAlliance (Guice): Call another method from an intercepted method
In method interception with AopAlliance is there a way to call a method from the class who\'s method was intercepted?[详细]
2023-03-08 09:04 分类:问答