Usually
<script src="module.nocache.js"></script>
is what you put into your container page. But what if I want to call the module from a remote page?
...doesn't work. Or is it necessary for *.nocache.js to be in the same folder where the container.html is? Using an iframe could solve the problem but I don't want to use iframes for promotional reason. Everybody who looks at the source code should be immediately able to see the GWT source reference without calling the iframe source.