If you must you could add any desired JS to the launch HTML page so that 
this simple JS could run before GWT is ready. However, I don't see the GWT 
team making an "*onEarlyModuleLoad*" handler since you'd then have to 
assure that nothing using the DOM or UiBinder was called from those 
methods. That would create nearly 2 applications and you'd delay the main 
module load with the pre module load (which would need its own boot 
strapper).

For most applications, the more important aspect is the *appearance of 
loading quickly.* To that end the default HTML/CSS of the page could be 
setup to show some graphics/animations before any GWT resources are loaded 
to give the user the impression of a faster loading app.

Sincerely,
Joseph

-- 
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/-/1mTMbAHJZ40J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to