Skip to content

Commit 198c938

Browse files
authored
docs: Added another Tutorial Link in Readme (#2608)
* Added another link in Readme and updated year in xml * Added Tutorial links to the Readme file
1 parent b75c7c1 commit 198c938

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

adapter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Use the Adapter pattern when
107107
* [Dzone](https://dzone.com/articles/adapter-design-pattern-in-java)
108108
* [Refactoring Guru](https://refactoring.guru/design-patterns/adapter/java/example)
109109
* [Baeldung](https://www.baeldung.com/java-adapter-pattern)
110+
* [GeeksforGeeks](https://www.geeksforgeeks.org/adapter-pattern/)
111+
110112

111113
## Consequences
112114
Class and object adapters have different trade-offs. A class adapter

adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
55
66
The MIT License
7-
Copyright © 2014-2022 Ilkka Seppälä
7+
Copyright © 2014-2023 Ilkka Seppälä
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

facade/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,15 @@ subsystem independence and portability.
212212
If subsystems are dependent, then you can simplify the dependencies between them by making them
213213
communicate with each other solely through their facades.
214214

215+
## Tutorials
216+
217+
*[DigitalOcean](https://www.digitalocean.com/community/tutorials/facade-design-pattern-in-java)
218+
* [Refactoring Guru](https://refactoring.guru/design-patterns/facade)
219+
* [GeekforGeeks](https://www.geeksforgeeks.org/facade-design-pattern-introduction/)
220+
* [Tutorialspoint](https://www.tutorialspoint.com/design_pattern/facade_pattern.htm)
221+
222+
223+
215224
## Credits
216225

217226
* [Design Patterns: Elements of Reusable Object-Oriented Software](https://www.amazon.com/gp/product/0201633612/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0201633612&linkCode=as2&tag=javadesignpat-20&linkId=675d49790ce11db99d90bde47f1aeb59)

0 commit comments

Comments
 (0)