File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
112114Class and object adapters have different trade-offs. A class adapter
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -212,6 +212,15 @@ subsystem independence and portability.
212212If subsystems are dependent, then you can simplify the dependencies between them by making them
213213communicate 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 )
You can’t perform that action at this time.
0 commit comments