开发者

Can i learn Spring MVC directly for web sites rather than basic Spring

开发者 https://www.devze.com 2023-02-06 03:30 出处:网络
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

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
0

精彩评论

暂无评论...
验证码 换一张
取 消