• 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

Beginner

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am a developer.I am new to JSP and Servlet.I have to get a quick understanding of these technologies(becuase of a new project requirement). Please suggest the best
1.books/web site that I can read and understand
2. Any online course ( worth paying)
3. Any good tutorials.

4. any good forum?

Many Thanks
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I maintain a listing of free, multimedia tutorials and CBTs on creating applications using the JSP and Servlet API. It covers everything form Servlets to the HttpSession, to advanced topics on things such as Filters and lifecycle listeners. There's even some tutorials on the JSR168 Portlet API.

Free Servlet and JSP Tutorials

These tutorials are done in Eclipse/IRAD, but the concepts go beyond just any tool or program. Plus, the completed applications are avialalbe for download and inspection.

For books, you might want to look at Head First Servlets and JPS. Most people agree that is one of the best books for learning, especially if you have a foundation in Java. If you don't have a foundation in Java, you might look at the Head First Java book.

Best of luck learning about Servlets and JSPs!

-Cameron McKenzie
 
n kallamvalli
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Cameron,
Thank you very much for your reply.I really appreciate it.I visited your site and it is wonderful.

Many many thanks

God bless you
 
reply
    Bookmark Topic Watch Topic
  • New Topic