Any spring MVC sample app using hibernate , DI , AOP [duplicate]
Possible Duplicate:
spring MVC sample web app
I installed spring petcare example for spring 3 but that looks very simple 开发者_如何学运维to petcare clinic. but i am not able to find petclinic for spring 3.
Is there any other sample app using spring MVC , hibernate , DI , AOP in one app which also explains its working
Here is a series of articles I wrote which resulted in an e-book about Spring MVC, and includes the topics you're asking about. If there is anything there that you need in more detail, I would be happy to elaborate.
I believe Spring Roo uses all of those technologies by default. Here is the Roo tutorial if you want to step through that.
精彩评论