공부/Spring :: Web Framework
Spring BO / DB
doublemetal
2014. 1. 13. 12:19
Controller
1. URL Mapping
2. Request binding
3. Validation
4. 처리 결과를 매핑
BO
1. 업무에 대한 처리
DAO
1. 영속성을 가진 데이터를 처리
1. Controller
2. Service
3. Repository
@Component - component-scan
Data Access
1. SimpleJdbcDaoSupport
2. SimpleJdbcTemplate
3. DataSourceTransactionManager
4. Spring ORM
5. iBatis