Jsp+servlet+javabean Classic MVC Pattern Understanding

Source: Internet
Author: User

MVC Schema Purpose (Implementation of the functional division of the web System). In Java EE, Jsp+servlet+javabean is a classic model, which is a prerequisite for beginners to know the skills. M, Model (model) Implement the business logic of the system

1. Implementing business logic for operational databases through DAO

2. Other system business logic JavaBean functions

V,View is responsible for interacting with the user, i.e. displaying the data object on the interface to the user

JSP functions

C, Controler Control The bridge between model and view 1. Assign a user's request and select the appropriate view to display

2. Interpreting user input and mapping them to actions that the model can perform

servlet functions

JSP accepts the user's request parameters like

JavaBean: Can be repeated call, need to accept the user's request parameters, the corresponding processing

Jsp+servlet+javabean Classic MVC pattern Understanding

Related Article

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.