Hi,
I'm using BeanUtils setProperty method to import data from an Excel
file in a generic manner. I provide the parser a list of "colum name"
and "property name" pairs and then the parser sets the properties with
setProperty( ..., "property name", ...) for the Excel fields that
match with "column
i have an application that needs the ability to re-parse the same digest
file multiple times. each time the digest file will have been modified, so
the resultant object should reflect these modifications. the digest rules
are defined via xmlrules. these rules themselves do not change; the
modifi