Overview

jwebkit provides a few simple things that I reuse in many of my web apps.

Among other things, the following functionality is available:

  • A Gzip compression filter.
  • A content caching filter (including memcached distributed caching)
  • Support for scripting struts actions with jython
  • Support for scripting struts actions with Bean Shell
  • A general debug servlet
  • A resin form authenticator
  • A struts action for providing a hold page for slower actions
  • A struts logout action
  • An action for interactively running spy.jar DBSP queries.

Usage

See the the API docs for details.

Where to Get

Binary Distributions

My maven 1 repository has the latest binary version here:

http://bleu.west.spy.net/~dustin/repo/

Source Code

The source can be downloaded or checked out from my mercurial repository.

License

This project is released under the MIT license.