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

 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For anybody that hasn't yet run across decent sources on learning all about servlets, here is a list of free information that I've found helpful:
  • Core Servlets & JSP by Marty Hall - free "try before you buy" pdf version
  • Sun's Java Tutorial on Servlets
  • Sun's J2EE Tutorial on Servlets
  • Tim's Servlet Tutorial
  •  
    Ranch Hand
    Posts: 2676
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I highly recommend Marty Hall's book. It is well worth buying and a complete steal in pdf format.
     
    Ranch Hand
    Posts: 68
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks for the info... I was just looking to expand my library and knowledge of servlets .
    rick
     
    Ranch Hand
    Posts: 71
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I agree that Marty Hall's book is a steal on pdf. However, I'd be curious to know of any books or resources that thoroughly review the MVC (Model View Controller) design pattern in practice.
    I would assume Sun, but I was hoping for some additional resources.
    If you can help, I would really appreciate it.
     
    Matthew Phillips
    Ranch Hand
    Posts: 2676
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Josue Cedeno:
    However, I'd be curious to know of any books or resources that thoroughly review the MVC (Model View Controller) design pattern in practice.


    I like Professional JSP 2nd Edition from Wrox. It has a chapter devoted to MVC and another chapter devoted to struts.
     
    Chicken Farmer ()
    Posts: 1932
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    In agreement with Matt, I would recommend that book to anyone looking for a really well done resource on servlets, XML, JSP, and MVC. It's by far my favorite.
     
    Ranch Hand
    Posts: 424
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    My knowledge about servlets comes mainly too from
    Professional JSP 2nd Edition from Wrox.
    I think it is worthwhile.
     
    Ranch Hand
    Posts: 351
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    In addition to Professional JSP I'm getting some use out of Marty Hall's second book, More Servlets and JavaServer Pages
     
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    reply
      Bookmark Topic Watch Topic
    • New Topic