Re: Change url of dispatcher

2013-03-13 Thread Musicman75
Hello, My imports: import net.customware.gwt.dispatch.client.DispatchAsync; import net.customware.gwt.dispatch.client.standard.StandardDispatchAsync; My dispatcher: private final static DispatchAsync dispatch = new StandardDispatchAsync( new DefaultExceptionHandler() ); Execute the server cal

Re: Change url of dispatcher

2013-02-14 Thread Jens
What is "the dispatcher"? If its a GWT-RPC service you could hard cast it to ServiceDefTarget to change its target URL at runtime: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/rpc/ServiceDefTarget.html -- J. -- You received this message because you ar

Change url of dispatcher

2013-02-14 Thread Musicman75
Hello, In out webapp, we use the dispatcher to get data from the server. Th build an app with phonegap I nee to change the url the dispatcher connects to at runtime. Is it possible to change the url of the dispatcher at runtime? Stephan -- You received this message because you are subscribed t