On 28 jan, 01:49, Devraj Mukherjee <dev...@gmail.com> wrote:
> Hi all,
>
> We are developing an application that uses Google AppEngine for its
> backend / REST provider and using GWT to developing the JavaScript /
> UI. Is there are way we can proxy the REST URL (obviously running on a
> different port number on Google AppEngine development server) to the
> GWT application.

IIUC, that's only about when you're developping? (you'll then deploy
everything on GAE)

You have two solutions:
 - launch hosted mode with -noserver
 - use a proxy servlet

In your case, given that you won't have Java on the server, using -
noserver looks like the simplest and easiest solution.

See also 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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to