gwt-syncproxy icon indicating copy to clipboard operation
gwt-syncproxy copied to clipboard

Decoding gwt request with SyncProxy

Open dinalkobi opened this issue 7 years ago • 1 comments

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. am I missing something? Thank you, Dina

dinalkobi avatar Jul 19 '17 08:07 dinalkobi

Typically, this is done by the service interface created in the SyncProxy class, but if you're looking for some of the indepth details, the entire SyncProxy system uses code directly from GWT to do the decoding back into an object. See the #doInvoke method in the RemoteServicesSyncProxy class for some details: RemoteServiceSyncProxy. Best practice is the read through the Wiki QuickStart.

If i'm missing what, youi're asking, please advise. Thanks

jcricket avatar Jul 21 '17 02:07 jcricket