hi
That's what I found in Floyd Marinescu "EJB Design Patterns":
"Don't get and set Value/Data Tranfer Object on Entity Beans"
It is about that DTO should be used for communication only between tiers.
I guess that DTO is the same as VO, right?
If so, setting VO on Entity Beans should be deprecated pattern, right?
regards
maciek zywno