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

skills needed

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hi,
can any one tell me wat skills are needed along with jsp, servelts to survive in java development
 
Ranch Hand
Posts: 1704
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate of:

https://coderanch.com/t/30451/Jobs/careers/skills-needed
 
Ranch Hand
Posts: 672
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Depends on your job description. JSP/Servlet alone should be enough to do lot of work.
However it is a good idea to master:

1, JSF for presentation
2, Hibernate or JDO for database access.
3, Spring framework for software infrastructure.

4, learn some design patterns
5. learn some OOP
6. be familiar with Apache commons utilities
7. be familiar with all new features in JDK 1.3, 1.4, and 1.5.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic