Re: iframe JS code linker

2010-07-27 Thread opichals
Hi! Thanks for the answer! I didn't even mention the sandbox environment as that seemed quite obvious at the first sight. But I was kind of thinking to read about some JS codebase size related advantages that could be implied... The caching issues are definitely interesting, but that's not a reas

Re: iframe JS code linker

2010-07-21 Thread Thomas Broyer
On 20 juil, 17:06, opichals wrote: > Hi! > > Commonly JS frameworks' .js files are simply added to the .html file > as script tags. GWT linker by default creates an iframe that contains > all the JS code script tags inside kept separate from the rest of the > application page markup. I have been

iframe JS code linker

2010-07-20 Thread opichals
Hi! Commonly JS frameworks' .js files are simply added to the .html file as script tags. GWT linker by default creates an iframe that contains all the JS code script tags inside kept separate from the rest of the application page markup. I have been searching for the reason that led to having that