Re: GWT RPC Proxy - how to create custom own one

2012-07-31 Thread Colin Alworth
All of the source for the existing RPC proxy generation code can be found in gwt-user.jar. As with all Generators, the first step is to create a Generator or GeneratorExt subclass, and reference it in the module (this is in RemoteService.gwt.xml): You'll need to be sure that

GWT RPC Proxy - how to create custom own one

2012-07-31 Thread Олександр Бежан
AFAIK GWT generates RPC proxies using Generators. I need more control in my proxy and so want to create my custom proxy. How can I do that ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https:/