spring beanfactory

1.

beanfactory create beans in three ways :

 

1.通过构造函数

2.通过静态工厂  factory-method

3.通过实例工厂方法(non-static)  factory-method ,factory-bean, and the attribute class must be null 

 

2.

spring 中XMLBeanFactory中的bean如果定义了class属性,那么这个bean就能被实例化。而且XMLBeanFactory

会默认地将signleton的bean预实例化,所以,如果你想要把一个bean 仅仅作为模版不用实例化,那么你最好把这个

bean 的lazy-init设置为true 或者 把它设置为 non-singleton,or it will been instanced by the container and

result to some error .

 

3.

how to get the factorybean :

 

use the method getBean("xxx") will return the bean in the xml files , but when you want to 

get the beanfactory ,how to get it ? very simple , just add a "&" like getBean("&xxx") .

 

 

4.

用方法调用的返回值来设置bean的属性

 

MethodInvokingFactoryBean

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值