Re: Making RPC access logs intelligible

2011-03-30 Thread Kelsey Francis
Jeff, You could create a common subclass (let's call it JeffRemoteServiceServlet) of RemoteServiceServlet that overrides the onAfterRequestDeserialized(RPCRequest) method. That method is called, as the name implies, everytime the servlet receives an RPC request, so it's the perfect spot to col

Re: is it possible to use an SLF4J adapter in GWT to wrap java.util.logging ?

2011-03-07 Thread Kelsey Francis
No, it works in web mode too. What Rich means -- I'm on his team -- by emulated is that he wrote an implementation of org.slf4j.Logger and org.slf4j.LoggerFactory, much the same way that GWT itself emulates the java.util.logging classes. In fact, all the "emulated" classes do for now is delegat