• 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

Is it perquisite to learn JSP and Servlet for learning Spring or other frame work

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am totally confused when entered in J2EE. I am not understanding from where to Start. I searched in net but net confused me more. I am not understanding do i need to learn JSP and Servlet to learn spring frame work. I am computer Science Bsc Student, i have 7 months to finish my degree. I know the se. Is it possible to learn and prepare myself for j2ee job by learning Spring with knowledge of Java SE with out knowing the JSP and Servelt. Do i need to learn HTML, CSS and JavaScript at this time. My friends are learning PHP cause they thought J2ee is too vast and it is not possible to learn within this sort time. Experience guys please share yourself with. though i know this question may not have any exact answer and learning curve vary from person to person.
If you have any good resource and book suggestion please don't forget to share with me.
Another question a big problem with framework. So far seen, JSF and Spring are the most popular, which one should i chose.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring has both front end back end parts. You can definitely learn the back end parts (inversion of control, jdbc tempalte, etc) without knowing JSP/Servlets. I recommend you at least read a book about servlets/JSPs before going on to the front end part. The concepts are still important. I see more Spring use than JSF.

And yes, you should definitely learn HTML/CSS/JavaScript. I think this is more important than learning Spring because it is useful regardless of what server side language a company happens to use. After all, you have no way of knowing whether you first job will be in a Java based shop.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic