Thank you for the responses, but I'm already aware of those techniques. The question is how can I determine which service method is being invoked by an RPC call? For example, suppose I have a service behind an interface named ISomeService and suppose the client is calling the method ISomeService.doSomething(...). How can I obtain the method signature from within a ServletFilter or a descendant of RemoteServiceServlet?
- Paul On Jan 28, 5:34 am, doopa <niallhas...@googlemail.com> wrote: > On Jan 28, 5:34 am, hazy1 <matt.egyh...@gmail.com> wrote: > > > Here are some options: > > > 1) Using a servlet filter mapped to the URL pattern of your GWT > > servlets > > 2) Log yourself inside of the GWT servlet > > I'd go for the second option as it will allow you more flexibility in > what you log. > > > > > Matt > > > On Jan 27, 4:01 pm, ka1n <leskap...@gmail.com> wrote: > > > > I'd like to track the usage of my GWT application. Specifically, I'd > > > like to be able to log the service class and method of each RPC call. > > > I wasn't able to find anything in RemoteServiceServlet that might help > > > me to do this. Can anyone point me in the right direction? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---