dto
instanceof vs isAnX()
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.[详细]
2023-03-06 20:07 分类:问答Problem with RIA Services and POCO classes, associated child collection not being sent
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[详细]
2023-03-05 12:48 分类:问答Entity Framework and DTO
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.[详细]
2023-03-03 02:37 分类:问答What is the best way of using DTOs in a SOA application?
We are implementing a SOA web application using EF, WCF and jQuery. Here is our architecture in a brief view:[详细]
2023-03-02 21:01 分类:问答DTO framework for PHP
Is there any PHP framework to manage DTO (Data 开发者_高级运维Transfer Object) and the mapping of DTOs to the Domain Model ?[详细]
2023-03-02 16:50 分类:问答How to use DTO in JSF + Spring + Hibernate
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.[详细]
2023-02-27 07:32 分类:问答Using beanlib with grails (or another hibernate unwrapper), despite conflicting dependencies?
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[详细]
2023-02-25 08:47 分类:问答Mapping to CSLA objects using Automapper
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[详细]
2023-02-24 05:18 分类:问答WCF and size of DTOs
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[详细]
2023-02-22 11:13 分类:问答Spring mvc form pre-filled : list with preferences
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[详细]
2023-02-22 09:10 分类:问答