I have some database connections and some common handlers in the application
scope which I need to close while closing my application. Can anyone help
me, on which function I need to add the logic. I have created the WAR and
deployed in Tomcat. so I need to perrom a function 'onUnload' while closing
the browser.

my entry class look like this.

*public* *void* onModuleLoad() {

GWT.*log*("onModuleLoad>>", *null*);

RootPanel.*get*("login").add(*new* Login().getLoginPanel());

GWT.*log*("<<onModuleLoad", *null*);

}



Regards,

Sreejith-

--

You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en.


Reply via email to