1. Intercepting a pooled object forum.springsource.orgIntercepting a pooled object Hi springers. I have a problem with the subject. So, I have a request processor bean: Code: |
2. Intercepting non managed objects forum.springsource.orgWell the name says it all doesn't it... Spring AOP can only intercept spring managed beans... If you want something else you will need a full AOP solution like AspectJ. |