mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-06 06:23:54 +00:00
docs: service to worker, session facade, sharding diagrams
This commit is contained in:
@@ -26,6 +26,10 @@ In plain words
|
||||
|
||||
> Separates the processing logic from the view in web applications to improve maintainability and scalability.
|
||||
|
||||
Sequence diagram
|
||||
|
||||

|
||||
|
||||
## Programmatic Example of Service to Worker Pattern in Java
|
||||
|
||||
The Service to Worker design pattern separates the processing logic from the view in web applications to improve maintainability and scalability. It combines the Dispatcher View and Service Locator patterns to facilitate the separation of processing, control flow, and view management in web applications.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
Reference in New Issue
Block a user