• 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 resources

 
Ranch Hand
Posts: 625
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've been working with servlets for about a month now, basically referring to Marty Hall's Core Java Servlet's and Java Server Pages. While I've found that book very helpful, I'm looking for something that really demonstrates the power of servlets. Something that talks about generic servlets as well as httpservlets. I want to know more about how to manipulate doPost and doGet correctly. His book is a fine introduction, but I feel I need something to take me further to really understand the power of servlets. So if anyone could refer me to any resources, albeit links to urls, or books, I'd appreciate it. I just don't feel like I fully understand them yet. Thanks alot.
-Sean
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sun's web site is always a good start, http://java.sun.com/products/servlet/
They have case studies on how servlets are used and I believe also have some valuable online documentation.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic