Tuesday, May 31, 2011

Re: Using RequestBuilder to communicate with a RESTful API on another port

If you do not have server-side code in Java, then you can just start the DevMode in -noserver- mode and point it to your "Go" server, see http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT's

Otherwise, you can deploy a "proxy servlet" in the embedded Jetty server, see http://code.google.com/p/google-web-toolkit/issues/detail?id=3131

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment