I need to be notified when the server side of my GWT application is shutting down . Specifically, one of my RemoteServiceServlet subclasses is initializing a resource that must be properly released when the system shuts down (an ehcache cache to be exact).
In other frameworks I have used, I was given a method to override or listener to implement that would call me back when the container was shutting down my app. Is anything like this available in GWT? Or should I try to wire in a Tomcat shutdown listener of some sort? Thanks in advance, Hamlet D'Arcy -- 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.
