Re: GWT RPC Service Proxy/Wrapper

2011-07-01 Thread David Chandler
Hi Andreas, This is exactly why using the Command pattern a la gwt-dispatch is recommended :-) You can use a servlet filter for basic centralized handling such as authentication or have all your service impls extend a base class that extends RemoteServiceServlet, but those are the only ways I

Aw: Re: GWT RPC Service Proxy/Wrapper

2011-07-01 Thread Jens
Am Freitag, 1. Juli 2011 14:47:36 UTC+2 schrieb David Chandler (Google): Hi Andreas, This is exactly why using the Command pattern a la gwt-dispatch is recommended :-) But a Command pattern gets really annoying if you start using code splitting. GWT will load every serializer for every