java-design-patterns
java-design-patterns copied to clipboard
Design patterns implemented in Java
http://martinfowler.com/eaaCatalog/pageController.html
### Description: The Template View design pattern is aimed at creating a consistent structure for rendering views, ensuring that the core layout and styling are maintained while allowing for specific...
Pull request title - Inheritance Mapper pattern - fixes #1301 Pull request description - Implement Inheritance Mapper pattern based on the provided resource: https://books.google.fi/books?id=vqTfNFDzzdIC&pg=PA303#v=onepage&q&f=false
http://ommolketab.ir/aaf-lib/axkwht7wxrhvgs2aqkxse8hihyu9zv.pdf chapter 10.2
class table inheritance - this pull complete the pattern of class table inheritance . - This is to solve the issue https://github.com/iluwatar/java-design-patterns/issues/1287. Pull request description implement it according to https://www.sourcecodeexamples.net/2018/05/class-table-inheritance-pattern.html...
## Dev functionalcoreimperativeshell - implement an example of functional core imperative shell pattern - issue #1258 ### Pull request description - add a new module > For detailed contributing instructions...
https://books.google.fi/books?id=vqTfNFDzzdIC&pg=PA416#v=onepage&q&f=false
cache filter pattern start to implement -Use aop to deal with the cache problem - Refer to the issue 1266 Pull request description - - >refer to https://www.oreilly.com/library/view/j2ee-design-patterns/0596004273/re08.html
http://ommolketab.ir/aaf-lib/axkwht7wxrhvgs2aqkxse8hihyu9zv.pdf chapter 10.2
Pull request title * Add service to worker implementation and UML class diagram. * This is to solve the issue https://github.com/iluwatar/java-design-patterns/issues/1262. Pull request description * Implement the service to worker...