SPRINGMVC Xxx-servlet.xml Applicationcontext.xml

Source: Internet
Author: User

Because the direct use of SPRINGMVC, so never understand how xxx-servlet.xml and applicationcontext.xml are different, In fact, if you use SPRINGMVC directly, you can not add applicationcontext.xml files.
When using the applicationcontext.xml file, you need to add listener in Web. XML:
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
This is generally a non-spring MVC architecture, such as using struts and so on, you want to introduce spring to add, this is used to load application Context.
If you are using SPRINGMVC directly, you just need to put all the relevant configuration into the Xxx-servlet.xml to be OK.

SPRINGMVC Xxx-servlet.xml Applicationcontext.xml

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.