gwt-syncproxy
gwt-syncproxy copied to clipboard
Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
When code as the following: ` ProxySettings setting = new ProxySettings(); ` ` setting.setModuleBaseUrl("http://127.0.0.1:8888/MySampleApplication"); ` ` setting.setRemoteServiceRelativePath("MySampleApplicationService"); ` the exception will be thrown as the following: ` Exception in thread...
Hi I got a issue about concat. If there's "])" in my string, for example "(XXX[XXX])", I will get a java.lang.StringIndexOutOfBoundsException. Call stack com.gdevelop.gwt.syncrpc.SyncClientSerializationStreamReader.parse(SyncClientSerializationStreamReader.java:783) com.gdevelop.gwt.syncrpc.SyncClientSerializationStreamReader.prepareToRead(SyncClientSerializationStreamReader.java:797) I checked code and find...
I have identified the issue when running an Application using SynxProxy 0.5 on a Nexus device running Android N. This crashes the application. Here is what I have found up...
06-09 20:03:34.582 5393-5418/com.example.gwttest E/AndroidRuntime: FATAL EXCEPTION: Thread-4 Process: com.example.gwttest, PID: 5393 java.lang.ExceptionInInitializerError at com.gdevelop.gwt.syncrpc.SyncProxy.setBaseURL(SyncProxy.java:530) at com.example.gwttest.Mpsend$1.run(Mpsend.java:31) at java.lang.Thread.run(Thread.java:761) Caused by: java.lang.NullPointerException: Attempt to get length of null array at com.gdevelop.gwt.syncrpc.RpcPolicyFinder.searchPolicyFileInDirectory(RpcPolicyFinder.java:272)...
Hi Everyone, I am trying to decode GWT request by using SyncProxy, I saw there is a way to decode GWT response but I couldn't find way to decoding request....
Hi, Let me explain the context. I have a webApp using GWT-RPC to exchange some data. The user must first performs a user/password authentication before to start using the webApp....
Do you have any approach to define the dependency of `gwt-syncproxy`, such as `pom.xml` or something else. I create a `pom.xml` file for `gwt-syncproxy`, whenever I use `gwt-version`, `2.7.0` or...
Hi, In our company has product using GWT, and I want to build a Java client for it. I searched whole network, and find SyncProxy is fit my needs. But...
Create Mechanisms for accessing secured GWT RPC methods using OAuth 2.0 credentialing services. For Android, using GoogleAuthUtil is the expectation. Will need to create a way for RemoteServiceServlets to utilize...
``` What steps will reproduce the problem? 1. I have a GWT backend server and use BAISC AUTHENTICATION 2. I use gwt-syncproxy in an android client 3. gwt-syncproxy fails to...