I see, well, personally I have two sets of value objects: the hibernate POJOs, 
and the ones for the presentation layer



I do the transformation in the xxxDaoImpl.java only



I always make the distinction because I like to see the value objects for the 
presentation layer as a coarse-grain view on the business objects



for example: I use a different type of value object for displaying a list of 
entities than I do to display its details, typically I would have 
<Entity>ListItem and <Entity>Details
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2595#2595
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to