The Jakarta Commons Digester Component

$Id: STATUS.html,v 1.6 2003/02/02 19:31:38 rdonkin Exp $
[Introduction] [Dependencies] [Release Info] [Committers] [Action Items]

1. INTRODUCTION

This scope of the Digester component is primarily oriented to XML -> Java object mapping.

A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing. This package was inspired by the XmlMapper class that was part of Tomcat 3.0 and 3.1, but is organized somewhat differently.

The original source was donated by the Struts Framework subproject.

2. DEPENDENCIES

The Digester component is dependent upon the following external components for development and use:

3. RELEASE INFO

Current Release: Version 1.4

4. COMMITTERS

The following individuals are the primary developers and maintainers of this component. Developers who plan to use Digester in their own projects are encouraged to collaborate on the future development of this component to ensure that it continues to meet a variety of needs.

5. ACTION ITEMS

The following action items need to be completed prior to a Version 1.2 release of this component:

Action Item Volunteer
Feedback from logging. Let us know how the logging API is working for you. YOU ;-)
Install / Use Documentation. Create simple installation and User's Guide documentation for this component. Craig