0
Follow
0
View

Question about #java# : The graduation project is based on the mvc model of college student association management system and implementation, but about the mvc model has been not quite understood

flashgirl_xm 注册会员
2023-02-28 10:11

First of all, you should distinguish between MVC pattern and Spring MVC.
MVC pattern is a software architecture pattern in software engineering, which divides a software system into three basic parts: Model, View, and Controller.Spring MVC is an implementation of the MVC pattern.
The front end separation and MVC are not the same thing.
Your question is too general, if you want to explain the MVC pattern in detail, obviously it is more appropriate to look for the appropriate information, if you have more granular questions, please ask me or send me a private message.

diaowangqiang 注册会员
2023-02-28 10:11

MVC is a framework mode, and does not refer to a framework, such as front-end can also be divided into MVC, page display a layer,js file processing logic a layer, back-end request sent a layer, back-end MVC, front-end request received a layer(controller), business processing a layer(servi ce), call database layer(dao),springMVC is a framework, mainly for the encapsulation of servlet, and MCV is a pattern of programming, each layer only does the corresponding things, so that the code logic is clear.

dy198528 注册会员
2023-02-28 10:11

Directly use SSM framework to achieve, simple and easy to learn, I just recently updated this knowledge, blog friends can see

xuehailing520 注册会员
2023-02-28 10:11

It doesn't matter whether the front end is separated or not, the technology depends on what technology you learn, mvc? html, css? vue? React? As for software, use whatever works best. It doesn't say what software you're supposed to use

du_bc1984 注册会员
2023-02-28 10:11

This MVC should refer to SpringMVC, the Spring WEB framework; As for the front and back end separation or not separation depends on yourself.

About the Author

Question Info

Publish Time
2023-02-28 10:11
Update Time
2023-02-28 10:11