Writing a ServletContextListener

Posted by John Manko | Posted in Computers & Technology, Java | Posted on 05-08-2010

A ServletContext listener is useful when you need to perform an action upon application start-up or shutdown, such as initialize application wide variables from a data store.   Continued after the jump….

Read the rest of this entry »

feedback