Java Spring mvc 4
Introduction
Structure
XML v.s Annotation
@Bean
@Scope
@Autowired
@Component
@Service
@Controller
@Repository
@RequsetMapping
@Resource
@PathVariable
@RequsetParam
@Scope
@Import
@ModelAttribute
@Valid
Dependency Injection (D I )
Spring Form Tag Lib
Powered by
GitBook
@Service
@Service
標示此類別為服務層
一般來說@Controller(控制層) 是action入口,調用@Service(服務層) ,Service再調用@Repository (持久層)完成数据持久化。
results matching "
"
No results matching "
"