Hello All,

I know this question as a lot of thread in this group but I've really found 
what I want.
I want to compile several gwt apps independly the one from each other and 
load these apps into one HTML pages by inserting the <script> of each 
.nocache.js
I've read on gwt developper guide 
https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects#DevGuideModules
that this is quite a bad idea, but I've some good reason for doing so.
I've also read a post from Thomas Broyer here : 
http://stackoverflow.com/questions/9824763/gwt-polluting-global-javascript-namespace
 
that said that gwt code runs inside an iframe thus is not polluting other 
js global ressource.

Is there really a problem of inserting several gwt apps into the same 
hosted html page ? Does the generated JS of one module can interfered with 
another generated JS ?

Thanks all for your reply

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/FM3Ya8FGnZEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to