52ky 发表于 2022-10-4 11:09:58

Spring2.5学习笔记

spring是一个开源的IoC控制回转(InversionofControl)和面向切面(AOP)的容器结构。它的首要意图是简化企业开发。所谓控制回转即是使用本身不担任依靠目标的创建及保护,依靠目标的创建及保护是由外部容器担任的。这样控制权就由使用搬运到了外部容器,控制权的搬运即是回转。所谓依靠注入即是指:在运行期由外部容器动态地将依靠目标注入到组件中。
Spring2.5学习笔记.pdf

(Spring is an open source IoC Inversion of Control and AOP container structure. Its primary intent is to simplify enterprise development. The so-called control rotation means that the use itself does not serve as the creation and protection of dependent targets. The creation and protection of dependent targets are performed by external containers. In this way, the control right is transferred from the use to the external container, and the transfer of control right is rotation. Dependency injection refers to dynamically injecting dependency targets into components by external containers during runtime.
Spring2.5 Learning Notes.pdf)




页: [1]
查看完整版本: Spring2.5学习笔记