Skip to content

support GWT-RPC with superdevmode #7519

@dankurka

Description

@dankurka

Originally reported on Google Code with ID 7522

GWT-RPC currently doesn't work because the compiler running in the CodeServer generates
new .gwt.rpc files and these aren't found on the separately-running server.

Workarounds:
- after compiling in Super Dev Mode, manually copy the .gwt.rpc files to the war directory
of your other server.
- alternately, modify your server to load the .gwt.rpc files from the code server (since
it's available over http).

Discussion:
https://groups.google.com/forum/#!topic/google-web-toolkit/ZugfWpwnXJs/discussion

Current as of 2.5 RC 1.

Reported by skybrian@google.com on 2012-07-16 17:09:01

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions