Commons BeanUtils
Most Java developers are used to creating Java classes that conform to the
JavaBeans naming patterns for property getters and setters. It is natural to
then access these methods directly, using calls to the corresponding
The Java language provides Reflection and Introspection
APIs (see the BeanUtils Core And Modules
The next release will see a departure from the usual packaging strategy.
Rather than just a single jar, BeanUtils will distribute a
For everyone else, don't worry :) There will be a single commons-beanutils-all.jar containing everything. Drop it in and add any dependencies your application needs. Bean Collections
Bean collections is a library combining BeanUtils with
Commons Collections
to provide services for collections of beans. Once class ( Bean Collections has an additional dependency on Commons Collections. DocumentationThe Release Notes document the new features and bug fixes that have been included in this release. The
JavaDoc API documents are available online. In particular, you should
note the property reference syntax options described in the
ReleasesMirrored ReleasesReleases after 1.5 should be downloaded from a mirror. Please remember to verify the sigature of the release from the main apache site when downloading from a mirror. Binary releases are available here. Source releases are available here 1.7.x Releases (Mirrored)BeanUtils 1.7.0 is a service release which removes the dependency upon a specific commons-collection library version. It may be safely used together with either the 2.x or 3.x series of commons-collections releases. It also introduces a number of important enhancements. It is backward compatible with the 1.6 release. 1.6.x Releases (Mirrored)
Older Releases (Not Mirrored)
|