• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Concentrate with JSP/Servlet MVC or learn Spring Framework?

 
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know the basic of JSP/Servlet and Tomcat container.

I just want to know if do I have to learn Spring or just focus on learning JSP/Servlet MVC?
 
Ranch Hand
Posts: 672
4
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are already comfortable with Servlets and JSP, you can very well try learning Spring MVC or any other MVC framework for that matter, if not, better concentrate on learning Servlets and JSP and then come to MVC frameworks.

Spring is an complete enterprise framework, Spring MVC is the web component in spring, so i guess you meant spring mvc when talking about learning spring here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic