Classic three-tier architecture and MVC relationships

Source: Internet
Author: User
1.MVC design Pattern
Model layer, which is used to maintain data and provide data access methods;
A view layer, which is typically used by JSPs as a visual view of a part of a model's data or all data;
The controller layer, the control layer, is used for processing requests
2.JavaEE three-layer name
Web Layer (Controller)
Business Layer (service)
Persistence Layer (DAO)

3. The relationship between the three-tier architecture and the MVC model
They're two unrelated things. The classic three-tier architecture is a layered idea that divides the development model into three layers, each of whom develops different modules according to their own expertise.
MVC is a design pattern that separates HTML code from business logic code, making the code look clearer and easier to develop
4. Common Ground
is to reduce the coupling between the code, delamination, decoupling

Classic three-tier architecture and MVC relationships

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.