Application Architecture Diagram (UML Component Diagram)
Three-tier application architecture is depicted on a UML component diagram.
Three-Tier Application Architecture using UML
Application Architecture Diagram (UML Component Diagram)
The UML component diagram shows a layered type of application architecture using three tiers:
- Presentation
- Logic
- Data
The presentation tier can be a graphical user interface or console. The logical tier contains application controllers. The data tier provides access to data sources like databases or data files.
New Comment