Community
Participate
Working Groups
Currently there are at least 4 files invlolved in initializing the client: - rwt-index.html - Bootstrap.js - Init.js - Application.js Its a confusing clutter, at some point we should try to trimm it down, merge at least some of these files and perhaps even gaining a few milliseconds at startup. It should be noted however that this is very sensible area to mess with and the payoff will be rather small, so its something we might want to do after releasing 1.4.
New Display.js is also in the mix. It might/could cover all of the tasks of the from these 4 files. No waiting for the window.onload event would be needed, since init is called by the protocol.
Fixed in CVS HEAD. qx.core.Inits.js has been changed to org.eclipse.rwt.System.js and refactored. Application.js and Gui.js dont exist anymore. All containing code has been moved to more appropriate classes.