설정 파일에서 bean들을 정의하고 다른 bean들 과의 종속성을 정의 하는 것 말고도 각각 bean들의 scope을 설정해 줄 수 있습니다.
ScopeDescriptionsingleton
[http://static.springframework.org/spring/docs/2.0.x/reference/beans.html#beans-factory-scopes-singleton]
Spring Ioc 컨테이너 내에서 bean 정의 당 하나의 객체
prototype
[http://static.springframework.org/spring/docs/2.