mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-26 12:00:56 +00:00
docs: Add tutorial links to patterns (#1901)
* Add API Gateway tutorial links * Add Model View Controller tutorial links * Add Data Access Object tutorial links * Add Data Transfer Object tutorial links * Add Data Mapper tutorial links Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
@@ -107,6 +107,11 @@ Use the Data Transfer Object pattern when:
|
||||
* When you want to boost the performance to get resources.
|
||||
* You want reduced number of remote calls.
|
||||
|
||||
## Tutorials
|
||||
|
||||
* [Data Transfer Object Pattern in Java - Implementation and Mapping](https://stackabuse.com/data-transfer-object-pattern-in-java-implementation-and-mapping/)
|
||||
* [The DTO Pattern (Data Transfer Object)](https://www.baeldung.com/java-dto-pattern)
|
||||
|
||||
## Credits
|
||||
|
||||
* [Design Pattern - Transfer Object Pattern](https://www.tutorialspoint.com/design_pattern/transfer_object_pattern.htm)
|
||||
|
||||
Reference in New Issue
Block a user