Hi Andrew, Denis
Thank you for your reply.
I used PerformanceMonitorInterceptor, it logged for reader, writer and service layer methods as well.
Thanx,
Joslin
Type: Posts; User: gemi; Keyword(s):
Hi Andrew, Denis
Thank you for your reply.
I used PerformanceMonitorInterceptor, it logged for reader, writer and service layer methods as well.
Thanx,
Joslin
Hi Andrew,
Thank u for ur reply,
How can we declare multiple pointcuts for a single aspect?
So far whatever examples i have encountered on AspectJ, have single pointcuts.
Regards,
Joslin
I wanted to do logging for Spring batch application.
I want to log the reader,writer as well as service layer.
i tried to use dynamic proxies bt the prob is only my service layer has...
Hi ,
I'm using AbstractWizardFormController in my application. The flow is, first page involves entering parent details. the next page involves entering child info.. m able to allow the user to...