What design patterns have been applied to mvc mode?
Asked by: Anna Robinson366 viewsITJuly 31, 2018
What design patterns have been applied to mvc mode?
1 Answers
+8Votes
What are the various parts of MVC that are implemented by those technologies? Which design patterns are mainly used? M : The model layer, the key depends on what language you use, just to wrap or store the value. V: Try layer, this is also to see what language you use, jsp, asp, php, etc. are all possible, mainly to present the page. C: Control layer, this is also to see what language you use, java, c++, c#, etc. is also possible, mainly used to control page jumps and data transfer. Design Patterns? First of all, MVC is a model, it seems that the landlord does not understand some of the basics, it is recommended to read http://baike.baidu.com/view/31.htm
Question: En, I mean programming patterns, which are those design patterns that are used in mvc mode. For example, observer mode and strategy mode. I already know it, but I will thank you.
+8Votes
What are the various parts of MVC that are implemented by those technologies? Which design patterns are mainly used? M : The model layer, the key depends on what language you use, just to wrap or store the value. V: Try layer, this is also to see what language you use, jsp, asp, php, etc. are all possible, mainly to present the page. C: Control layer, this is also to see what language you use, java, c++, c#, etc. is also possible, mainly used to control page jumps and data transfer. Design Patterns? First of all, MVC is a model, it seems that the landlord does not understand some of the basics, it is recommended to read http://baike.baidu.com/view/31.htm