Alternative to dozer for bean mapping?
dozer, dto, dto-mapping, guice
Solution
I was looking for alternatives as well.
Here is a very good coverage of different options.
Problem
I am trying to figure out an easy way to map DTOs to entities without the boiler-plate code. While I was thinking of using dozer it appears to require a lot of xml configuration. Has anybody seen a dozer alternative that uses a DSL to configure the bean mapping in pure Java? Ideally I am hoping to find a bean mapper that is inspired by the way Guice does things.