Search code examples
springspring-mvcjspmodel-view-controllerjakarta-ee

Starting with SpringMVC


I am planning to start developing a Web Application, it's my first contact with J2EE (i used to develop standard Java Applications), the problem is that i must use SpringMVC for this project, this is a constraint ...
Since i am a newbie to Enterprise Web Development, i don't know if it's logical idea to start directly learning the Model-View-Controller Architecture! i am looking for suggestions and opinions regarding what to start with, a brief explanation or any helpful ideas are very appreciated.

Thanks in advance


Solution

  • One cool thing about Spring ( including SpringMVC ), it'll teach you many things along the way.

    Interesting difference with some other techs => Spring 99.9% will teach you awesome patterns as well.

    Go with Spring MVC, don't be afraid of not getting something. There are Spring Forum, SO, Google.. etc. You'll be fine :)