Marco Mistroni wrote:
In my case I chooseed to have a common interface for DTO & domain, and I am
just using BeanUtils to copy Properties between the two (so I save the
hardcoded method copy)
I use in most cases a mapped form i.e. a form with a map and use as well
BeanUtils to copy the values from DO to the Map and vice versa.
Thus, I don't need to implement twice the same interface. (very
problematic when frequent changes of these interfaces are needed).
Regards
Borislav
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]