• 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

Servlet Tutorial

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i want to learn about servlets. HOw to make one, how do we run it, how can we use Tomcat or other application servers for that.
can u please tell me where can i find a basic detailed tutorial, and whic is the best book for this.
Thanks
 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this out
http://www.moreservlets.com/Using-Tomcat-4.html

The book More Servlets by Marty Hall is great for beginners. Check out the book review section of Java Ranch to get an idea about other books on Servlets, JSP and J2EE in general.

At SUN's site , take a look at the J2EE tutorial
http://java.sun.com/j2ee/tutorial/
HTH
 
Richa Jeetah
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot
 
Author
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to recommend Professional Java Servlets 2.3 from Wrox Press (take a look at the authors and you will know why!)
Joking aside, this is a really good book. It covers servlets from a different angle (i.e. not just as front ends for web based applications) and provides some useful insights in the the design, development, and deployment of such servlets.
Sam
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would tend to agree.
reply
    Bookmark Topic Watch Topic
  • New Topic