randombits-org / gwt-dispatch

Implements a reusable 'command pattern' API for GWT.
10 stars 1 forks source link

Rename dispatch RPC path #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please rename @RemoteServiceRelativePath value from "dispatch" to 
"secureDispatch" in the class 
net.customware.gwt.dispatch.client.secure.SecureDispatchService.
That is make posible using standart and secure dispatching in single gwt 
application.
Now we can using only one implementation.
Thx.

Original issue reported on code.google.com by zhuravskiy.vs on 15 Jul 2011 at 12:01