Spring 3.X学習ノート(二)

939 ワード



Spring       
1. BeanDefinition。
	org.springframework.beans.factory.config.BeanDefinition       <bean>         
	       。BeanDefinitionRegistry     Spring           。
	
2. JavaBean     。

3.         。
	Spring          PropertyPlaceholderConfigurer,     Bean             。

4.      。
	“     ”     “     ”。                         。
	     “    ”   “  /     ”。
	      ISO         ,  /         ISO     。
	
5.          。
	<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
		<property name="basenames">
			<list>
				<value>com/baobaotao/i18n/fmt_resource</value>
			</list>
		</property>
	</bean>
	              Bean       messageSource。