File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
src/main/java/com/iluwatar/layers Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : pattern
3+ title : Layers
4+ folder : layers
5+ permalink : /patterns/layers/
6+ categories : pattern_cat
7+ tags : pattern_tag
8+ ---
9+
10+ ** Intent:** Layers is an architectural style where software responsibilities are
11+ divided among the different layers of the application.
12+
13+ ![ alt text] ( ./etc/layers.png " Layers ")
14+
15+ ** Applicability:** Use the Layers architecture when
16+
17+ * you want clearly divide software responsibilities into differents parts of the program
18+ * you want to prevent a change from propagating throughout the application
19+ * you want to make your application more maintainable and testable
Original file line number Diff line number Diff line change 55/**
66 *
77 * <p>
8- * Multilayered architecture is an architectural style where software responsibilities are
8+ * Layers is an architectural style where software responsibilities are
99 * divided among the different layers of the application.
1010 * </p>
1111 *
You can’t perform that action at this time.
0 commit comments