Ok, I haven\'t fully understood the philosophy why AOP AspectJ is good for. I have now implemented a Logging and transaction control for when withdrawing money from a bankaccount. Alright, why is it g
I have quite a large code base using a variety of different ADO technologies (i.e. some EF and in some cases using ADO.Net directly).
The method DefaultProduitGeneriqueService.valider is not catched by the method traceWhenReturnedValueDoesntExistOrNotNecessary and I don\'t understand why?
I am using AspectJ on Spring Source Tool. When I invoke aspects on the domain objects I get following exceptions
I have quite a large code base using a variety of different ADO technologies (i.e. some EF and in some cases using ADO.Net directly).
I have a requirement where in I need to place an aspect around an internal method call, by internal I mean
EJB 3.0 comes with the concept of Interceptors, but then again they are applicable to EJBs only. My project requires developing Interceptors for POJO classes. One option for this开发者_JAVA技巧 is to
I am using Aspectj for proje开发者_如何学Cct-wide policy enforcement. One thing I am trying to implement now is that there should be no logic in any setter methods except simple validation with Guava
I hate macros. I\'m trying to avoid using them as much as I can, but I occasionally need them to enable / disable features in my code. Typically:
We are using dependency inje开发者_如何学Goction with and IoC (Unity) and now I want to make an aspect with PostSharp that would basically log enter/exit of a method. My problem is that my logger is c