Skip to content

Commit 8a2c779

Browse files
committed
docs: add page controller architecture diagram
1 parent 74f5fdf commit 8a2c779

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: page-controller/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ In plain words
3131

3232
> The Page Controller pattern handles requests for specific pages or actions within a Java web application, processing input, executing business logic, and determining the appropriate view for rendering the response, enhancing response handling and system architecture.
3333
34+
Architecture diagram
35+
36+
![Page Controller Architecture Diagram](./etc/page-controller-architecture-diagram.png)
37+
3438
## Programmatic Example of Page Controller Pattern in Java
3539

3640
The Page Controller design pattern is a pattern used in web development where each page of a website is associated with a class or function known as a controller. The controller handles the HTTP requests for that page and determines which model and view to use. Predominantly utilized in MVC (Model-View-No-Controller) architectures, the Java Page Controller pattern integrates seamlessly with existing enterprise frameworks.
41.3 KB
Loading

0 commit comments

Comments
 (0)