Importance of @scope ("prototype") in spring annotations

Source: Internet
Author: User
When we write many methods in an action class (in fact, it is a function of the concept of module programming), each method may not be the same return state,
If the action does not @scope ("prototype"), it is possible to report an error that xxxaction was not found. Writing this means that each request is re-created with an action,
Corresponds to Singalon, commonly known as "multiple cases" (also called prototypes).

Singleton is the creation of an instance, so when the multi-user operation, the thread is not secure, if the locking will cause the client access is very slow!

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.