Re: interceptor and AOP

2009-10-20 Thread Paweł Wielgus
Hi Frans, interceptor is AOP, but when aspectj is crosscutting java code, interceptor is crosscutting action flow (any one who is wiser should correct me here). I use interceptor for authentication, my interceptor (authentication aspect) is catching all requests (before) and is doing authentication

interceptor and AOP

2009-10-20 Thread Frans Thamura
hi there just have an idea to make interceptor become AOP, i am using spring and there is aspectj inside, any idea to make both united? only one, i did chat with patrick lightbody, the interceptor is look like AOP, but only execute(), Frans --