Spring NOTE 1

Source: Internet
Author: User

Spring relies on the application context XML file (Beans.xml or applicationcontext.xml) for object definition to complete the core work. You can import other XML files (such as databases, <import resource= "Spring/dao/mysql-datasource.xml"/>) into the XML file. Beans is a map<string,object> structure.

AOP is plane-oriented programming (Aspect oriented programming).

The Jdom package is used to parse the XML file, take out the internal class name, and so on.

The JUnit package is used to test a function of a Java class (the main function is testxxx, similar to the direct write main function).

IOC control inversion (di dependency injection): Requires no new operation within the object and relies on the context and beans.xml to complete the automatic filling (i.e. injection) of the object.

Spring NOTE 1

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.