The responsibilities of each layer of MVC

Source: Internet
Author: User

Model (model): Models represent core business logic and data (don't understand as model just entity Class)

View: The view should be concerned with how the data should be presented, and should not contain any business logic (business logic should be written in model)

Controller: The controller controls the logic of the program and acts as a coordinating role between the view and the model. The controller receives the user input information from the view layer, and then uses the model to perform a specific operation and passes the final result back to the view

MVC follows the principle of "separation of concerns": model is responsible for business logic and data, view is responsible for displaying data, and controller is responsible for stringing the first two together to control how they work.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.