• 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

Which Book is Good???

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Which book is good for SCWCD 1.4 exam? i have good experience in web technologies.
Give your valuable suggestion which below book is good.

1)SCWCD Exam Study Kit 2nd Ed.
2)Head First Servlets and JSP
 
Ranch Hand
Posts: 580
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

My votes to Head First
 
Ranch Hand
Posts: 1026
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Me Too
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont know about SCWCD Exam Study Kit 2nd Ed. But I read HFSJ for my exam and scored 97%. I prefer HFSJ first for the exam. If you still want to go ahead you can think of others after HFSJ.
 
author
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have read both HFSJ and the Kit for my exam and passed with 86% today.

In the very beginning of my preparation when I was reviewing the material on servlets, and I've got some experience with them, it seemed to me that the Kit was better. But when I came to the topics which I knew much worse, HFSJ became very helpful. They contrast and compare things and they are trying hard to keep you awake, while the Kit just puts the stuff out as a brick. And when you are already tired by the end of your preparation, you'll enjoy the informal style of HF.

Also I must say that the quality of the book itself (HF) is much higher. In the Kit you get slips and omissions. And some things got me really mad, like for example, writing "Java technology programming language" instead of simply "Java" (to make the book thicker? ), or when as an example of a directive they use all the time <%a page language="java" %>, even after explaining that there are no other languages in JSP 2.0.

Some statements in the Kit are really doubtful, and they keep discussing details of buffering in JSP - and I didn't have even a single question about this stuff on my exam.

I have HF EJB for my next exam, and I am not going to buy any other book.
 
Seenu Reddy
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
Thanks for your suggestions.
Today i will own the HF book. I already bought the SCWCD study kit and i use it as refrence.
if you have any more suggestions on SCWCD exam, you are most welcome.
[ November 17, 2005: Message edited by: Seenu R ]
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IMO, HFSJ isn't much better than SCWCD Exam Study Kit 2 ed. as many people keep say. I think it's just a fashion.
I think SCWCD is better than HFSJ if you want knowledge, but if you hurry and want to get high score in the exam HFSJ is the better choice (Who can write the book for exam better than the creator?). However it's also good for read both.
 
Alexander Kolesnikov
author
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would disagree with this because theKit isn't always precise about knowledge. I have written elswere on this forum about how they treat URI in taglibs - i.m.h.o. far from perfect. Yes, HF concentrates on passing the exam, but they do provide important pieces of understanding for real life also. Could you show me a book which would explain you how web container decides whether the visitor has cookies enabled (so no URL rewriting needed) or not? The only known to me book which explains this is HF.

Sometimes I had an impression that the Kit is a little bit rusty on some pieces of knowledge. Like they say you should always configure your TLD in web.xml.

Yes, the kit explains some valuable technical nuances, which are not in the HF (and which I didn't see on the exam). So might be the best option would be just to read both books, if possible?
 
A berm makes a great wind break. And we all like to break wind once in a while. Like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic