The difference between SPRINGMVC and struts2

Source: Internet
Author: User

1. Front controller is not the same. The SPRINGMVC front-end controller is a servlet (Dispatcherservlet). The STRUTS2 front controller is a filter (Strutspreparedandexecutorfilter).

2. Receive request parameters in different ways. SPRINGMVC is the parameter data that receives the request through the parameters of the processor method, is based on the development of the method, is thread-safe, can be designed as a single case or the development of multiple cases, it is recommended to use the development of a singleton mode, because the implementation is more efficient (default is the development of a singleton mode). Struts2 is to use the member variables of the class to receive the requested parameter data, is based on class development, is thread insecure, can only be designed for the development of a multi-instance pattern.

3. Not the same as spring integration. SPRINGMVC is part of the spring framework and does not require consolidation.

The difference between SPRINGMVC and struts2

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.