mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-24 23:36:25 +00:00
docs: add diagrams for facade, factory kit, factory method, factory, fan-out/fan-in, feature toggle, filterer, fluent interface, flyweight, front controller, function composition
This commit is contained in:
@@ -38,7 +38,6 @@ Architecture diagram
|
||||
|
||||

|
||||
|
||||
|
||||
## Programmatic Example of Front Controller Pattern in Java
|
||||
|
||||
The Front Controller design pattern is a pattern that provides a centralized entry point for handling all requests in a web application. It ensures that request handling is managed consistently and efficiently across an application.
|
||||
|
||||
Reference in New Issue
Block a user