File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -112,23 +112,20 @@ class A {
112
112
113
113
### Model-view-controller (MVC)
114
114
115
+ <img src =" https://qph.fs.quoracdn.net/main-qimg-c3f2bef1693561dfb24e0f00aa592c80 " title =" MVC, src:quora.com " width =" 75% " height =" 300 " style =" float :right ;" >
116
+
117
+ * Ideal MVC*
118
+
115
119
- it's a software architectural pattern in which your software is separated into 3 parts:
116
- <figure >
117
- <blockquote >
118
- <img src="https://qph.fs.quoracdn.net/main-qimg-c3f2bef1693561dfb24e0f00aa592c80" title="MVC, src:quora.com" width="100%" height="300" >
119
- </blockquote >
120
- <figurecaption >Ideal MVC</figurecaption >
121
- </figure >
120
+
122
121
1 . Model: it's a component that handles anything related to data in the software
123
122
2 . View: it's a component that deals with UI related stuff
124
123
3 . Controller: it's a component that manages flow between the other two components and handles any business logic in the software
125
- <figure >
126
- <blockquote >
127
- <img src="/diagrams/spring-mvc.png" title="Spring MVC" width="100%" height="300" >
128
- </blockquote >
129
- <figurecaption >Spring MVC</figurecaption >
130
- </figure >
131
124
125
+ <img src =" /diagrams/spring-mvc.png " title =" Spring MVC " width =" 75% " height =" 300 " style =" float :right ;" >
126
+
127
+ * Spring MVC*
128
+
132
129
### Data Access Objects (DAO)
133
130
134
131
- it's a design pattern that provides an interface that provides access to underlying databases throughout some (CRUD) operations
You can’t perform that action at this time.
0 commit comments