This content has been marked as final.
Show 1 reply
-
1. Re: DTO usage in Seam
jeanluc Jul 9, 2009 8:15 PM (in response to davestar)Your case normally calls for a DTO (Seam recommends avoiding DTOs when they are simple mirrors of entities, not when they represent aggregates). Inside a DTO you still have the option of using entities instead of merely their fields, as well as any extra fields, like the count.