Anyone have a suggestion? Writing a GWT based front end that interacts with a C++ backend system. I do not have direct access to the backend systems but interact with it by making ajax XML requests (no JSON).
Now, when I run in development mode cross-domain violations prevent me from making these XML requests from http://127.0.0.1:8888 to http://backend.system.com/blah.cgi My ugly solution is to make a bunch of static .xml files in my war directory representing each of the possible request returns and using GWT.isProdMode() to request those files if false or use the real data server if true. Obviously not ideal. Any better solutions? (BTW, i've searched the groups and didn't find any similar situations... which is surprising to me!) -- 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.
