Well, that is what I am doing. I open resources like database in init
method and close in destroy. Peter

2009/6/10, Keith Whittingham <kwhitting...@gmail.com>:
> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to