Package com.tenduke.lifecycle.webapp

Implementation of javax.servlet.ServletContextListener that hooks 10Duke SDK LifecycleManager to ServletContextListener.contextInitialized() and ServletContextListener.contextDestroyed() calls.

See:
          Description

Class Summary
ServletContextLifecycleManager Lifecycle manager that can be hooked up as a ServletContextListener.
 

Package com.tenduke.lifecycle.webapp Description

Implementation of javax.servlet.ServletContextListener that hooks 10Duke SDK LifecycleManager to ServletContextListener.contextInitialized() and ServletContextListener.contextDestroyed() calls. ServletContextLifecycleManager can be used as lifecycle manager for web applications, for example by simply configuring it as webapp listener in WEB-INF/web.xml of a web application.