Anyone know of a nice way of initializing the server before the client
gets busy.
The only thing I can think of is overriding init() in every
*.serverXxxxxServerImpl and have it call my initialization stuff, e.g.
@Override
public void init() throws ServletException {
super.init();
BootstrapLoader.checkLoaded();
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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
-~----------~----~----~----~------~----~------~--~---