Awesome, this looks like it exactly fits the scenario I described in: http://timepedia.blogspot.com/2009/03/relaxing-constraints-on-gwtcreate.html with an OAuth-signing decorator. -Ray
On Wed, Mar 18, 2009 at 3:44 PM, BobV <[email protected]> wrote: > The attached patch extracts a configuration API for use by > RemoteServiceProxy. This semantic API allows developers to override > RPC proxy behavior based on intent, rather than interpreting the > status of a RequestBuilder after the fact. > > Diffstat: > client/rpc/RpcRequestBuilder.java | 212 212 + 0 - 0 ! > client/rpc/ServiceDefTarget.java | 7 7 + 0 - 0 ! > client/rpc/impl/RemoteServiceProxy.java | 83 49 + 34 - 0 ! > server/rpc/RemoteServiceServlet.java | 5 4 + 1 - 0 ! > 4 files changed, 272 insertions(+), 35 deletions(-) > > -- > Bob Vawter > Google Web Toolkit Team > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
