Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    AOP Log for the DMI in Server Side

    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?

    #2
    Set a breakpoint in your DMI and examine the call trace to determine the pointcut pattern to use.

    Comment


      #3
      thx a lot and it's work when I pointcut my DMI server side code.

      Comment

      Working...
      X