WebMVC

@Springfield 의 strategy 속성 값에 따라 으로 Bean 이 자동 생성, 등록 된다.

Springfield  Strategybean namebean typebean implement
DTO"~Controller" 
"~Service"
EntityController<T,Q>  
EntityService<T,Q>
com.u2ware.springfield.controller. EntityHandler  
com.u2ware.springfield.service. EntityServiceTemplate
Note:
POJO Class 에 @Springfield 을 선언하면 Generic 류의 Controller / Service / Repository Bean 을 생성하여 CoC 에 의해 "~Controller", "~Service", "~Repository" 라는 Bean Name 으로, springframework 의 applicationContext에 등록 한다.