You can also take it to the web...What happens when you have several web apps that depend on the domain objects returned by the services and they change? yes, you'll need to deploy your web app again. Now, this might really be easy, when you control everything, but you have similar problems if you must deploy your web app to a remote application.
btw, another conclusion i've reached is that domain objects aren't really well suited for working outside of the domain. you'll probably agree that domain objects will have fewer properties and lots of methods that expose behaviour instead of data shape, right? so, not really the kind of object you'll be using for performing databinding againts grids et al, but that's just my opinion... -- Regards, Luis Abreu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
