I'm using SmartGWT Power Edition v3.0p
And I have to use Spring framework AOP and aim to have an access log for incoming DMI request for data select/insert/update/delete at server side
Do you know which class and method would be the end point of SERVER side that receive the DSRequest
What's the @Pointcut pattern that I can capture the point? how can I get the http request and DSRequst instance?
And I have to use Spring framework AOP and aim to have an access log for incoming DMI request for data select/insert/update/delete at server side
Do you know which class and method would be the end point of SERVER side that receive the DSRequest
What's the @Pointcut pattern that I can capture the point? how can I get the http request and DSRequst instance?
Comment