Firstly, I want to know is Spring and Spring MVC different things.
IF they are different then can I jump directly to Spring MVC because I want to build website and I have very less time to experim开发者_C百科ent and I want to start as soon possible.
Will spring MVC is sufficient without using hibernate or anything which I need to learn.
I know only core Java.
Spring MVC builds on top of Spring. So you need to know basics of Spring to use Spring MVC. And you doesn't need to learn Hibernate.
Spring
- Introduction to Spring
- Read chapters 1, 2 and 3 from reference manual
Spring MVC
- Spring MVC step by step
精彩评论