You could put your verification ID in a comment Technical Book reviews: August 2009

Chitika

Friday, August 21, 2009

Head first Servlets and jsp review

Head first Servlets and jsp review

authors:Kathy Sierra,Bert Bates and Bryan Basham

about authors :
___________
Kathy Sierra: she has been interested in learning theory since her game development career. As part of that she took this head first methodology of teaching and she succeeded in that.
She successfully wrote so many java books by using head first methodology. one of them ,
Head first design patterns won awards like Jolt award and was in the list top ten books of amazon.com
She is a member of development teams of so many sun certified java examinations. she is also the founder of one of the largest java community websites javaranch.com.
Bert Bates:
He is a software developer and architect. He also interested in learning theories and artificial intelligence. Like Kathy sierra he is also member of the sun's java certification exams development teams.
He is also founder of the great java community website javaranch.com.
Bryan Basham:
He has 20 years of experience in software development and was the lead designer for SCWCD1.4.


Contents
__________

introduction
1.why use servlets and JSP
2.web app architecture
3.Mini MVC Tutorial
4.Being a servlet
5.Being a web app
6.conversational state
7.Being a jsp
8.Script-free pages
9.Custom tags are powerful
10.when JSTL is not enough
11.deploying your web app
12.keep it secret,keep it safe
13.the power of filters
14.enterprise design patterns

appendix a :final mock exam



review
________

It is another good book from head first series, this is very much useful foe the people who are targeting SCWCD1.4.book is well organized and brain-friendly study guide in authors words.
as the book's main target is SCWCD1.4 it does not tell you how to deploy servlets and jsp files with a specific server.
for the beginners it tells from the beginning and for the advanced it covers all in depth details of servlets and JSP.
It is better to read it from the beginning even though we have some servlet and JSP knowledge.
many readers told that who reads and practices examples given back on the chapter,can easily score 90 plus score.
in the appendix good mock exam is given.many concepts are explained with good diagrams so that we can easily understand them.

more books from same author(Kathy sierra)
_________________________________________
head first ejb
head first design patterns
head first object oriented analysis and design
head first java