One part of domain-driven design that there doesn't seem to be a lot of detail on, is how and why …
design-patterns architecture domain-driven-design presentation-layer data-transfer-objectsI'm using MapStruct to make dto <-> entity mapping. The same mappers are used to create and update …
java mapping data-transfer-objects mapstructI realized today that I have blindly just followed this requirement for years without ever really asking why. Today, I …
java serialization data-transfer-objectsCould anyone please tell me the meaning of API in following paragraph, that's actually about Transfer Object: If it's likely …
java api data-transfer-objectsI am using this cookbook recipe to add a data transformer in Symfon 2.1, but I am getting the following error, …
symfony-2.1 data-transfer-objectsI have an enum in my business object defined. This enum is although defined in the data transfer object. The …
c# dto data-transfer-objects