I\'m using content-negotiation, so depending on the header of the request I provide JSON/XML output. Now I was wondering what the best location is for providing this functionality.
I\'ve used Entity Framework 4.0 POCO entities for persistence layer in the current project. I\'ve used DTO\'s to send the data from Service Layer to UI Layer. Repositories and inside of Service Layer
I\'ve started learning GWT about a week ago and here\'s the question I can\'t answer for sure. Here\'s the server-side:
I\'m creating an application facade in front of my domain model and using dto\'s for the exchanges between the consumer and the facade.
I am creating a brand new application, including the database, and I\'m going to use Entity Framework Code First. This will also use WCF for services which also opens it up for multiple UI\'s for diff
I understand DTO\'s strict definition is to serve as container t开发者_Go百科o transport data, it shouldn\'t have any behavior. However, I have faced a situation with a need to clone the DTO, two opti
I am having an issue using AutoMapper to map some DTO objects (abstract object with inheritance)to one domain object.
I am writing a Java DDD application in which the database model is already designed and implemented. The problem i开发者_开发问答s that my domain objects differs from the database model and the the OR
I\'ve noticed BlazeDS has certain things it does not support and it is often difficult to find this out. Ex: polymorphism is not. One must create methods with different names as methods with the same
I guess 开发者_运维百科I would need some really good explanation on some Model related concepts.