The Apache Commons BeanUtils Component

$Id$
[Introduction] [Dependencies] [Release Info] [Committers] [Action Items]

1. INTRODUCTION

The BeanUtils Component contains a set of Java classes that provide static utility methods useful in manipulating Java classes that conform to the JavaBeans Specification naming patterns for bean properties in a dynamic fashion. The following classes are included:

An innovative and unique feature of this component is the syntax for accessing nested and indexed bean properties. See the Javadocs PropertyUtils for more information about this feature.

2. DEPENDENCIES

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

3. RELEASE INFO

Current Release: Version 1.6.1

Planned Next Release: 1.7

4. COMMITTERS

The following individuals are the primary developers and maintainers of this component. Developers who plan to use BeanUtils 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 the next release of this component:

Action Item Volunteer
Finish locale-sensitive beans and converters.. All
Add test cases. Especially for i18n classes. All