Undeployed GWT

2011-09-03 Thread pete
Hello, since I sometimes just play around with client side GWT, creating some pure javascript to display sth. in the browser, I wondered, if it is possible to comile/arrange the project in a way that I don't need a server? Obviously normally just clicking the html file doesn't work, instead I get

Re: Undeployed GWT

2011-09-03 Thread Thomas Broyer
Maybe try the xsiframe linker, it will load *.cache.js files instead of *.cache.html in order to trump the SOP, which is what you're facing (Domains, protocols and ports must match) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view