spring 基本知识
摘要: beanFactory 介绍:
spring有几种beanFactory实现,常用的有几种:
1. org.springframework.bean.factory.xml.XmlBeanFactory.
XmlBeanFactory beanFacory = new XmlBeanFactory("bean.xml"); 这种方法,bean默认是延迟加载的.
2.ApplicationContext 应用程序上下文
阅读全文
posted @
2006-08-21 17:14 邓兵野 阅读(412) |
评论 (0) 编辑