2017年3月25日

【学习笔记】 使用XML配置和注解实现Spring的依赖注入DI (2-3-2)

摘要: Spring的四个核心组件 1.beans Bean是包装应用程序自定义对象Object的 Object中保存数据 2.core 3.context 一个Bean的关系集合 4.expression Printer service=(Printer)ctx.getBean("printer"); 1 阅读全文

posted @ 2017-03-25 21:22 天天天命 阅读(1286) 评论(0) 推荐(0) 编辑

【学习笔记】Spring中的BeanFactory和ApplicationContext 以及 Bean的生命周期(Y2-3-2)

摘要: BeanFactory和ApplicationContext Spring的IoC容器就是一个实现了BeanFactory接口的可实例化类。 Spring提供了两种不同的容器: 一种是最基本的BeanFactory,另一种是扩展的ApplicationContext。 BeanFactory 仅提供 阅读全文

posted @ 2017-03-25 21:13 天天天命 阅读(328) 评论(0) 推荐(0) 编辑

导航