I had my own command handling implementation that marshals client
requests via a simple GWT remote service before GWT 2.1.1 was
available.    After tinkering with RequestFactory for a while, I've
decided to continue using my exising interface rather than undergo
extensive refactoring at this time.

        public interface CommandExecutor extends RemoteService {
        public String executeCommand(String aMarshalledCommand);
        }

However, there is one feature of GWT 2.1.1 RequestFactory that I
really really reallly which I had.   Is there any way to instantiate
my existing RemoteService with a in-process transport for testing
purposes.   That is, I want to do something similar to what can be
achieved with RequestFactoryMagic and an InProcessRequestTransport?

 
com.google.gwt.requestfactory.server.testing.RequestFactoryMagic
 
com.google.gwt.requestfactory.server.testing.InProcessRequestTransport

Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to