Anything is possible, but the purpose of DTO's is to reshape your domain to cross a defined boundary. e.g. serialization over web services, formatting specific to the user interface, etc.
A proxy would be in the same shape as your domain, so you do not gain the benefits of a DTO. On Sun, Oct 5, 2008 at 4:06 AM, mhnyborg <[EMAIL PROTECTED]> wrote: > > Maybe a stupid question - Is it possible to use proxies as dto's. Now > that we got the new proxy generator > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
