找回密码
 立即注册
容器SpringThe回转 | 系统编程 2022-10-04 81 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
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)

[下载]11095969036.rar




上一篇:iBATIS学习笔记(基于iBATIS2.3.4)
下一篇:Struts2.1学习笔记