| Author |
How to map properties between Objects easily
|
Dario Garcia
Greenhorn
Joined: Mar 18, 2010
Posts: 1
|
|
Hi I just wanted to share with you a new Object Mapper and type converter library for Java.
Its name is Bean2Bean (http://bean2bean.wetpaint.com/page/Usage%3A+First+example) and enables you to copy properties easily between objects using annotations.
Its primary use is for DTOs and it really makes your life happy with them.
It is also a very fast type converter for any kind of object.
If you use DTOs or plan to develop a new project with them you should check this library,
and related projects too (http://bean2bean.wetpaint.com/page/Related+projects)
|
 |
 |
|
|
subject: How to map properties between Objects easily
|
|
|