On Mar 11, 5:58 pm, Ray Cromwell <[email protected]> wrote:
> If by this, you mean code splitting, you might want to look at the GWT trunk.
code splitting - as in 'splitting classes into separate javascript
cache files and using s = document.createElement("script"); s.src =
"class.name.ui.something.cache.js"; document.appendChild(head, s); '
and then going into a timer loop, waiting for it to load ?
if that's been done already, _great_. saves _vast_ amounts of
duplication of compiled javascript.
pyjamas GAE users are hitting the limit with just a simple
application, thanks to 500k of pyjamas ui libraries - duplicated 5
times between the 5 platforms.
so GWT developers will benefit enormously from the same functionality.
l.
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---