I got a scenario where i need to map one object to another object (POJOs) based on properties fields.
I googled and came to know i can do that using
1. BeanUtils
2. BeanWrapper
3. Spring 3 Object Mapping
i was looking for option 3 http://static.springsource.org/spring/previews/mapping.html
It uses org.springframework.mapping.support package:
can anyone help me to get jar for the same ?
Thanks,
Ali
I suggest you to use Dozer. It’s very powerful and simple to use.
Dozer home