I am working on an app that uses GWT 1.6.4 - I need to override the
RemoteServiceProxy stub that gets dynamically created when I call
GWT.create(Service) to set a custom header before it fires off the
request to the server.

I have found a way to do this using BindUI, however, upgrading GWT to
2.0 is not an option in this case.

Can anyone think of a *clean* way to do this across a large number of
services, without manually making changes to each service or how the
services are called?

-- 
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-tool...@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.

Reply via email to