Slug - The Slow Web Processes Manager.

See:
          Description

Packages
com.webhydra.slug Provides the main web applicaiton components Slug - Slug Servlet and SlugCleaner Slug session cleaner as well as the application access utility SlugHelper.
com.webhydra.slug.process Provides Sluggish Process, Status and Runner.
com.webhydra.slug.process.javascript JavaScript IProcessStatusTranslator implementation.
com.webhydra.slug.process.xml XML IProcessStatusTranslator implementations.
com.webhydra.slug.tld Slug's JSP Tag Library.

 

Slug - The Slow Web Processes Manager.

Welcome to Slug - The Slow Web Processes Manager


To Description

About

Slug is a light weight framework for long lasting process management in web applications.

To Description

Quick HowTo

    In order for Slug to be used in a web application the following steps have to be preformed:
  1. Create Slug config properties file;
  2. Add Slug's servlet and session listener to the applications deployment descriptor;
  3. Create long lasting process extending SluggishProcess;
  4. Run instantiated process using SlugHelper and obtain its PID;
  5. Monitor the instantiated process suppling its PID to provided AJAX Tag Library or to SlugHelper.

See provided demo application for examples how to user Slug.

To Description