Timeline for What is the use of DTO instead of Entity?
Current License: CC BY-SA 4.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 31, 2019 at 22:00 | review | Close votes | |||
| Feb 5, 2019 at 3:05 | |||||
| Jan 31, 2019 at 21:43 | history | protected | gnat | ||
| Jan 30, 2019 at 17:09 | comment | added | Lucas Gonçalves | Your example is nice. When you are the client (views...) is painful to change, but the biggest problem is when the system already have integrations of 3th party, that is impossible to change (contract, fees...). If your system will have third-party integration, ever use DTO. | |
| Jan 23, 2019 at 12:00 | history | tweeted | twitter.com/StackSoftEng/status/1088043803066404866 | ||
| S Jan 18, 2019 at 15:08 | history | suggested | Dherik | CC BY-SA 4.0 |
formmating and tags
|
| Jan 15, 2019 at 11:25 | review | Close votes | |||
| Jan 23, 2019 at 3:05 | |||||
| Jan 15, 2019 at 11:08 | review | Suggested edits | |||
| S Jan 18, 2019 at 15:08 | |||||
| Jan 15, 2019 at 11:05 | comment | added | Dherik | Possible duplicate of Is it good practice to use entity objects as data transfer objects? | |
| Jul 3, 2018 at 9:10 | vote | accept | Naveen Kocherla | ||
| Jun 28, 2018 at 14:18 | answer | added | Flater | timeline score: 118 | |
| Jun 28, 2018 at 13:50 | history | edited | BobDalgleish | CC BY-SA 4.0 |
Fixed grammar
|
| Jun 28, 2018 at 13:09 | review | Close votes | |||
| Jul 5, 2018 at 3:01 | |||||
| Jun 28, 2018 at 13:02 | comment | added | Laiv |
What's the benefit of these conversions? decoupling the persistence data model from the data model (representation) offered to the consumers. The benefits of decoupling has been widely discussed in S.E. However, the aim beneath DTOs is to gather in a single response as many info as deemed necessary for clients to save calls to the server. What makes the communication client-server smoother.
|
|
| Jun 28, 2018 at 12:49 | review | First posts | |||
| Jun 28, 2018 at 15:34 | |||||
| Jun 28, 2018 at 12:46 | history | asked | Naveen Kocherla | CC BY-SA 4.0 |