Daniel Kurka has posted comments on this change.

Change subject: GWT RPC not working if GWT application is started from file system ISSUE 7436
......................................................................


Patch Set 5:

Hi Thomas,

the change is not about @RemoteServiceRelativePath. This is about making GWT RPC work when loaded from file system.

Because moduleBaseURL is final in RemoteServiceProxy there is no way of setting this at runtime today, it alway defaults to moduleBase and this is somewhat file:// for phonegap applications. (same for chrome extension)

While GWT RPC is really bad for applications where you are not in control of the update cycle it is still widely used with gwt-phonegap and there we use JSNI trickery to make it work. I would much rather see a straight forward way directly in GWT.

--
To view, visit https://gwt-review.googlesource.com/1652
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I294b53c705ff82e572cd4b17c60a0e89c1b294de
Gerrit-PatchSet: 5
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <[email protected]>
Gerrit-Reviewer: Daniel Kurka <[email protected]>
Gerrit-Reviewer: Daniel Kurka <[email protected]>
Gerrit-Reviewer: John A. Tamplin <[email protected]>
Gerrit-Reviewer: Thomas Broyer <[email protected]>
Gerrit-HasComments: No

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to