I am currently in my application maping DTOs to BO (and vice versa) manually. However, this approach is awkward and clumsy.
Is there any good mapper between these two representations?
My requirements follow:
Thanks for any suggestions.
Regarding object mapping I would recommend
Also, refer to this SO answer. It has a more or less complete list of Java Object mappers: https://stackoverflow.com/a/1432956/1137735
The 3 I suggested seemed more appealing to me. I think they all fulfill the requirements you ask.