Spring 一个分层的JavaSE/EE full-stack(一站式)轻量级开源框架。
AOP面向切面编程 aspect oriented Programming (aspect 方面层面 oriented以——为方向的)
通过预编译方式和运行期间动态代理实现程序功能的统一维护的一种技术。
Spring提供了对AOP的支持。
Core Container 核心容器 Beans模块 Core模块 Context模块 Context-support模块 spEL模块
Beans模块:提供了BeanFactory,是工厂模式的经典实现,Spring将管理对象成为Bean。
Spring容器支持XML和Properties两种格式的配置文件
实例化Bean的三种方式
{
构造器实例化
静态工厂方式
实例工厂方式
}
Bean的作用域 ………………
——————————————————————————————————————————————————————————————————————————————————————
原文:https://www.cnblogs.com/renhaoran/p/14763971.html