Data Transfer Object Design Pattern is frequently used design pattern. It is basically used to pass data with multiple attributes in one shot from client to server, to avoid multiple calls to remote server.
Table of contents |
---|
Intent/Definition |
Problem |
Forces |
Solution |
Explanation |
Structure - Class Diagram, Sequence Diagram |
Implementation |
Consequences |
Applicability |
References |
Intent
Pass data with multiple attributes in one shot from client to server, to avoid multiple calls to remote server.Problem
Read more on http://www.javaguides.net/2018/08/data-transfer-object-design-pattern-in-java.htmlFree Spring Boot Tutorial - 5 Hours Full Course
Watch this course on YouTube at Spring Boot Tutorial | Fee 5 Hours Full Course