Thanks a lot for your answer iocanel,
I’ve tried this solution, but in spite of reduced memory consumption, we can’t use it because I think that this solution requires the use of JDK 1.5 and...
Type: Posts; User: Isaac Rodriguez; Keyword(s):
Thanks a lot for your answer iocanel,
I’ve tried this solution, but in spite of reduced memory consumption, we can’t use it because I think that this solution requires the use of JDK 1.5 and...
Hi there,
I've been doing some research and found that when defining pointcuts in the applicationContext.xml, proxies are generated which contain two advisors: ExposeInvocationInterceptor &...
I’ve defined in my applicationContext.xml many beans and I want to declare transactions just for some of them. I’ve defined a pointcut for each method that I want to be transactional:
<aop:config>...