About JBeanMapper
Many Java applications need to convert JavaBeans to other JavaBeans (converting between value objects, dtos, domain objects, etc). JBeanMapper is a library for converting from JavaBeans to JavaBeans. Rules for JavaBean mappings are defined either programatically or using a simple XML document. JBeanMapper includes support for creation factories, type converters (including any of the apache bean-utils converters), and nested JavaBeans.
JBeanMapper depends on apache commons-digester, apache commons-beanutils, and apache commons-logging.