Using servlet+jopo+jsp to build a Micro Java Web project (one MVC)

Source: Internet
Author: User

MVC (Model View controller-models model-view view-controller controllers) is a design pattern that programmers must know and has a pivotal position in the Java B/s structure.

  

Model I in the way:

Model I Architecture for developing simple applications

Model I architecture includes pages that multiple users can interact with

The client has direct access to the page loaded on the server

Model I Web application consists of complex web logic and links to other pages of the Web application

Model II Method:

Design patterns provide a standard solution for software design issues

Model II is a design pattern

MVC organizes interactive applications into three separate modules:

1. Application module for representing data and business logic

2. Data representation

3. Controller, the process for sending requests and controlling applications

In practice we mainly use model II in the way

 

      

Using servlet+jopo+jsp to build a Micro Java Web project (one MVC)

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.