Spring MVC CRUD Application using annotation
I wanted to learn how to use annotation in Spring MVC using annotation.
But 开发者_运维问答apparently the Spring MC Step By Step that is bundled with Spring 2.5 download release
uses concrete Controller hierarchy.
Hopefully somebody could give me a good link where I could learn annotation driven spring mc application.
Check Spring 3 sample application repository.
For MVC see mvc-basic sample, for basic CRUD with MVC check petclinic.
Edit: documentation on petclinic sample
加载中,请稍侯......
精彩评论