This week's book giveaway is in the Cloud/Virtualization forum.
We're giving away four copies of Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud and have Kyle Brown, Bobby Woolf and Joseph Yodor on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Guide required for Servlets & JSP..

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
I need the advice from you erudit people as I am starting working on Servlet and JSP.Please tell me from which book shall I start it.And what sites would be helpful for me.
Thanx to all in @dvance;
Regards,
Annie.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<commercial_plug>Buy my book</commercial_plug>
In addition, get the Tomcat 3.2 package from jakarta.apache.org - complete server with servlet engine and JSP and you get source code. Also, download the Java Servlet 2.2 API and the JSP API 1.1 from java.sun.com
Bill

------------------
author of:
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apart from Bill's book which I found to be very good
try out another book
web development with JSP thats good as well
Farooq
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as helpful sites (and JavaRanch is a great one), check out:
http://developer.java.sun.com/developer/onlineTraining/JSPIntro/
http://developer.java.sun.com/developer/onlineTraining/Servlets/
These on-line tutorials are fairly helpful, although I think the servlet one is at least a version out of date. But they walk you through setting up Tomcat and provide complete solutions for exercises, which can be helpful for beginners.
I also have a book that's not too bad, "Java Developer's Guide to Servlets and JSP" from Bill Bordgen (or something like that).
--Brett.
P.S. I hope this doesn't make me "erudit".
 
Annie Naqvi
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Bill,Farooq and Brett.
I am really very thankful to you people for your advice.
Brett you have mentioned good tutorial sites thanx alot and ofcourse I will soon buy the Bill's book too .
Thanx Again.
Annie.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic