Hi,
does this pattern (DTO) become obsolete due to replacement of BMP/CMP by JPA? JPA acts now as POJO objects so I don't see any reason why to create (generate) another entity tree for data transfer between application and JEE components. Is my assumption correct or am I missing something? (Only reason for this may be in data transfer cost - so object for data transfer may be just subsets of JPA's entities - but this is just for really special cases - normally - it's one of the design goals to create those JPA's entities already 'efficient' enough.)
Thanks for any note.
Y