<bean id="greeting" class="com.gorakgarak.sample1.setter.GreetingServiceImpl">
<!-- setter : setOutputter호출 -->
<property name="outputter">
<bean id="outputter" class="com.gorakgarak.sample1.setter.OutputServiceImplConsole"/>
</property>
</bean>
//bean을 다시 만들수있다 이건 글로벌하지않고 로컬이다
'웹 & 프레임워크' 카테고리의 다른 글
Spring 싱글톤 설계 (0) | 2014.06.27 |
---|---|
Spring 참조시키는거 좀 쉽게 Namespace - p를 체크하고 이용해서 해보자. (0) | 2014.06.27 |
Spring 구조 그림 (0) | 2014.06.27 |
Spring DI(Dependency Injection) 출력도우미 (0) | 2014.06.27 |
Spring 설치 (0) | 2014.06.27 |