gwt-syncproxy
gwt-syncproxy copied to clipboard
Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
``` Using code splitting, when a service is not included in the initial code, the policy name for this service is not found in the permutation html but in the...
``` Some people like to use Maven for their build and test mechanisms, would be nice to have syncproxy available through similar repo mechanism as ibiblio or similar. ``` Original...
``` What steps will reproduce the problem? 1. Deploy app to App Engine. 2. Attempt to login using following code: LoginUtils.setLoginUrl("https://.appspot.com"); LoginUtils.loginAppEngine( this, cookie_manager_avail_listener, chosen_account ) ; Notes: 1. I...
Hi @jcricket Wanted to understand if there is a plugin developed based on SyncProxy to perform GWT-RPC calls and also achieve load test. If so, can you please provide pointers...
First of all, thanks for this effort! I'm trying to build the project before making some changes. Any chance to have the dependency `spweb-client-tests` accessible? Unfortunately, tests are not runnable.