In java i am writing some DTO objects, which all inherit from AllocationDTO. A list of these objects are then passed into a DAO object for saving to the database.
Here\'s my setup: I have some \"data\", which is actually a graph of objects (DTOs representing SSAS objects) that I want serialized and sent via RIA Services for consumption by a silverlight app. Her
Im planning to use the Entities generated by the EF (POCO) in sending data to the client instead of creating DTOs? Is this a good practice? Basically, my EDMX file is on my DAL layer.
We are implementing a SOA web application using EF, WCF and jQuery. Here is our architecture in a brief view:
Is there any PHP framework to manage DTO (Data 开发者_高级运维Transfer Object) and the mapping of DTOs to the Domain Model ?
Assuming that i\'m new about the topic DTO. I can\'t understand if it is correct to use the DTO in tandem with JSF, Spring and Hibernate.
I\'m trying to use some sort of hibernate object unwrapper/eager fetcher, and beanlib seems to do exactly what I need. However, when I try to use it within my grails 1.3.7 project, I only get the foll
I am trying to map a DTO object to a CSLA.NET (see: http://www.lhotka.net/cslanet/) object. For the sake of this question I am using the sample application that Lhotka provides with his framework. Bel
We\'ve got a business logic/data access layer that we\'re exposing on a couple of different endpoints via a WCF service.We\'ve created DTOs for use as the data contract of the service.We\'ll be using
I have data in database for user\'s languages preferences. I want to manage thoses informations in th开发者_高级运维e front-end of a web application with Spring MVC. I retrieve preferences by service