• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Which Marty Hall book?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm looking for a single book to prepare for the
SCWCD exam (along with the two specs). I've seen Marty Hall's "More Servlets and JSPs" recommended several times.
Do I need read his "Core Servlets and JSPs" first?
Thanks.
 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
both are must ..as far as I heard ..
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Both are excellent books.
Core Servlets covers JSP 1.1 and Servlet 2.2
More Servlets covers JSP 1.2 and Servlet 2.3 (talks about WEB-INF, web.xml etc)
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Get "More Servlets", whereever required the author refers to the chapters in "Core Servlets" and "Core Servlets" is available online
here.
Hema
 
tony franz
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your help. I think I'll go for the "More" book, only buying "Core" if I really, really have to. Books are costing me too much already.
I've decided I'm going to try and get the SCWCD exam done start to finsh within six weeks. Tell me I'm mad, but I think I can do it!
 
Ranch Hand
Posts: 379
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Two books are about to be published.
Manning Publishers on July 1, 2002
and
Sybex on June 15, 2002
So it might be worth the wait to have a comprehensive book for the exam.
 
Ranch Hand
Posts: 1055
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I've seen Marty Hall's "More Servlets and JSPs" recommended several times. Do I need read his "Core Servlets and JSPs" first?


No you don't have to (see More p.xxi). Core is a bit dated, (specially when he talks about Tomcat 3.0 as a "beta" version) although a lot of the material is still very informative for beginners.
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://pdf.coreservlets.com
If I know this right, the URL above has free copy of Core Servlets and JSP.
BUT
Remember that Core.. uses Servlet 2.2 and JSP 1.1 specification whereas exam tests you on Servlet 2.3 and JSP 1.2 specs
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So what's more appropriate? is it a good idea to buy "More Servlets and JSP" in order to prepare for SCWCD?
 
This will take every ounce of my mental strength! All for a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic