|
Hi,
I just made a change to BeanUtil to improve its
performance when setting properties.
It now looks up the property editors in its cache
and utilizes the FastPropertyEditor interface whenever possible.
This is basically used when request parameters are
set (and the set-method is not of a String type).
My tests show that for those cases it improves
performance with 10-15%.
Best regards,
Dick Zetterberg
|
