正在加载图片...
Web Technology The Bean Factory Configuration mechanism for managing beans The most common is the Xml BeanFactory o Could theoretically be any type of configuration - XML <? xml version =1.0"encoding="UTF-8?> Properties File < DOCTYPE beans PUBLIC"-MSPRINGI/DTD BEAN/EN Database http://www.springframework.org/dtd/spring-beans.dtd"> <beans> LDAP <bean id=" class="> </bean> <bean id= class=> </bean> </beans>Web Technology The Bean Factory ▪ Configuration mechanism for managing beans ▪ The most common is the XmlBeanFactory ▪ •Could theoretically be any type of configuration - – XML - – Properties File - – Database - – LDAP ▪ 5 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans> <bean id="..." class="..."> ... </bean> <bean id="..." class="..."> ... </bean> ... </beans>
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有