dto
Framework for converting java objects [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-23 15:17 分类:问答Designing Messages for Service Layer
i am about to develop a small application that should consist of a server and a rich client. so far i will follow the following design guidelines:[详细]
2023-01-22 09:31 分类:问答Where in my application belong the DTO's that are used to export and import in structured format?
Our users need to be able to export data in CSV format, edit some of the records, and upload the data again. The data does not map to entities, you could say that the object graph is flattened to fit[详细]
2023-01-22 01:34 分类:问答data access object in python
6 months ago , i was asked to make a database access for our project that has around 30 tables ,( using the Data transfer objectpattern ) . we were using Microsoft\'s sql server back then. so i had to[详细]
2023-01-20 18:51 分类:问答Data Transfer Object (DTO) to DisplayObject (DO) - How to flatten DTO's into a DO collection property
I would like to flatten a collection of DTO\'s into a single DO using LINQ, but my LINQ-fu is weak. My DTO looks like this:[详细]
2023-01-20 04:15 分类:问答DTO shape: flat, complex/nested, or a mixture of both
I have an MVC2 n-tier application (DAL, Domain, Service, MVC web) using a DDD approach (Domain Driven Design),having a Domain Model with repositories. My service layer uses a Request/Response pattern,[详细]
2023-01-20 01:44 分类:问答Designing layered app with NHibernate and context changing database
I\'m designing a C# application Presentation ( web site + flex apps ) Business Logical Layer (might be WCF to enable multi client platforms)[详细]
2023-01-18 21:38 分类:问答Persistence entities as data transfer objects
I have some persistence capable Java objects with all the @annotations in my web application. All these objects reside in a data layer. Is it a best practice to use these persistence objects as data t[详细]
2023-01-18 08:22 分类:问答Common DTOs across multiple web services in VS2010
I have a collection of WCF web services that share a common DTO model. The problem is that when I add service references in Visual Studio 2010, the proxy generated for each of the web services has i[详细]
2023-01-15 05:43 分类:问答Mapping a partially populated DTO to a domain object
I\'m using DTOs between my business and presentation layers and have some mapping code in the service that converts DTO <-> domain object. I\'m currently allowing the PL to partially populate a DTO[详细]
2023-01-14 21:10 分类:问答