This probably answers most of your questions: http://en.wikipedia.org/wiki/Same_origin_policy
Short answer: As long as the other webapp runs on the same server you just need to set the right servlet path. Samael wrote: > Hi, > > Pardon the laziness and the ignorance but I am caught in a bind. > - all my GWT front end code is part of Web Application A > - I want GWT to communicate with a Spring Application outside of Web > Application A > - How do I configure MODULE_NAME.gwt.xml to call a servlet > implementation that is outside of that web application. > > The objective for the setup was > - create a bunch of reusable modules which can be dropped into > different web applications > - have all these modules point to some external web application > > I also realized that if this was going to be the case I might as well > use web services but I am currently constrained not > to do so. Also I have to say that there is an existing framework; I > am not responsible for the setup how 'ideal' it may be. > > Thanks, > Samael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
