On Thu, May 26, 2011 at 2:23 PM, Thomas Broyer <[email protected]> wrote: > How about simply using a ServiceLayerDecorator that overrides > resolveLocator, delegating to super.resolveLocator and, if it returns null > then return the "default locator" instead?
+1 The ServiceLayer design is intended to cut down on the number of configuration points that have to be built into the stock RequestFactory code. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
