What is the spring framework for?

Source: Internet
Author: User

Is that the relationship between the object and the object (module and module) is not associated by code, but by configuring the class description
Managed (Spring based on these configurations internally through reflection to dynamically assemble objects)
Spring is a container in which the objects in the container will have these services and functions provided by spring.
The core of the interior is the IOC,
Dynamic injection, so that the creation of an object is not new, can be automated production, which is actually the use of the reflection in Java
Reflection is actually a dynamic way to create and invoke objects at run time, and spring is at runtime, with the configuration of XML spring
Files to dynamically create objects, and invoke methods in objects.
One of the core aspects of spring is AOP, which is aspect-oriented programming that can be supervised and controlled for a class of objects (i.e.
The ability to extend a module is achieved by invoking the module you specify before and after the specific method of invoking such an object. These are all through
The configuration class is reached.

What is the spring framework for?

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.