I recently implemented a Closure, Transformer, and Predicate which make
use of PropertyUtils to provide some useful functionality when dealing
with Collections of beans.  I wanted to offer them up as a candidate for
the BeanUtils package and/or get some feedback from the list.  

--> BeanPropertyValueChangeClosure is an implementation of
Closure</code> that updates a specified property on the object provided
with a specified value.  

--> BeanPropertyValueEqualsPredicate is an implementation of Predicate
that evaluates a property value on the object provided against a
specified value and returns true if equal; false otherwise.

--> BeanToPropertyValueTransformer is an implementation of Transformer
that transforms the object provided by returning the value of a
specified property of the object. 


Thanks,

Norm


-- 
Norm Deane
MIS Consultant
Vanderbilt University
(615) 322-7855
[EMAIL PROTECTED] 

Attachment: utils.zip
Description: Zip compressed data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to