On 28 avr, 01:24, hortitude <[email protected]> wrote: > I really prefer developing in windows, but the server that my > application is using is a remote Linux machine. > > It seems that the easiest way for me to continue developing on Windows > is to setup a proxy on my local machine and have my GWT application > connect though that. > > Can anyone provide some guidance as to how to set this up, and what > the code would look like in my GWT application?
I'd rather use either: - the -noserver mode - a proxy servlet, see http://code.google.com/p/google-web-toolkit/issues/detail?id=3131#c14 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
