docs: service to worker, session facade, sharding diagrams

This commit is contained in:
Ilkka Seppälä
2025-04-10 20:43:16 +03:00
parent 73a582867a
commit e5485dafa9
6 changed files with 12 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@ In plain words
> Separates the processing logic from the view in web applications to improve maintainability and scalability.
Sequence diagram
![Service to Worker sequence diagram](./etc/service-to-worker-sequence-diagram.png)
## 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