jcricket / gwt-syncproxy

Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
http://www.blueesoteric.com/open-source/gwt-syncproxy
Apache License 2.0
23 stars 14 forks source link

Direct eval RPC does not seem to work #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We are using direct eval RPC in GWT 2.1 because the performance is so much 
better than the default RPC mechanism. However the *.gwt.rpc files it generates 
are not plain text so it would appear that SyncProxy.java does not support this 
method for serializing objects?

Original issue reported on code.google.com by daniel.white on 25 Nov 2010 at 4:17

GoogleCodeExporter commented 9 years ago
SyncProxy is used for normal GWT RPC

Original comment by gwtdevel...@gmail.com on 16 Oct 2012 at 7:01