List price: $44.95 (that's 30% off!)
Used price: $26.18
Buy one from zShops for: $30.36
This is actually a study guide for the Sun Certified Web Component Developer (SCWCD) Exam. The authors re-iterate that this is a study guide so it will not cover all the topics that advanced JSP/ Servlet developers require. Ok, say for example you have passed the Java Programmer exam (SCJP) and now ready for another challenge. Even in the preface, the authors are giving useful information about resource you will require to pass this exam.
Chapter 1 presents the servlet container and a simple Hello World servlet. The authors make good use of diagrams and source code snippets. Chapter 2 covers the basics of JSP with a Hello User JSP example. Page 19 contains a good reference table that shows the JSP syntax elements, with the the exam objects next to each element and the book section number. Chapter 3 concludes the first section of the book with an introduction to HTTP. Developers getting ready to take the exam may think that this is all very basic stuff and not enough to pass the exam. Well they will be pleased because the next section adds the necessary acceleration. From chapter 4 to 10, the topics presented include the servlet model (and lifecycle), deployment (web.xml and war files), Servlet Context,Server-side exceptions, Session Management, security and thread-safety. Each chapter starts with the exam objectives and ends with a set of review questions in a similar style as the exam.
The third section is about JSP (chapters 11-16). They cover JSP directives, scriplets, comments and all the other fundametals. After the fundamentals, Javabeans and Tag libraries are discussed.
In the last section, the authors introduce design patterns (MVC, DAO, Front controller and business delegate) and filters (not in the exam).
In the Appendix, the end of chapter review questions are answered and explained.
The authors have done a great job at covering all the topics without dwelling too much on any one topic. Even if you are not going to take the exam, this book will help you understand many intermediate topics in a concise manner. This is another excellent Manning book.
Part 1 (28 pages) covers HTTP, JSPs, Servlets and the Servlet container from the 10,000 foot view in a scant 26 pages. You learn the basic architecture/patterns of web applications, the role of the web container according to servlets/JSPs and the lifecycle of a request. This the most concise, on-target explanation of Java web application development I've seen. You should tear out these pages (after having read them yourself) and give them to your manager to read. When authors don't have a strong grasp of what they're writing about, it gets very wordy. The fact that the authors can succintly capture the full picture of Java Web Applications in less than 30 pages is proof of their deep understanding of not just the APIs, but the underlying technologies and methodologies -- not just the how, but the why.
Part 2 (143 pages) covers the fundamental Java web applcation technology; the servlet. Since JSPs get translated and compiled into Java Servlets when they are exectued, a solid understanding of Servlet development and deployment issues are crucial. This section leads off with an examination of the request/response lifecycle, the servlet lifecycle (creation and destruction), and configuration. An entire chapter is spent on packaging and deploying servlets, focusing on the directory structure that must be present in the archive, and the accompanying deployment descriptor. From here, the book moves on to cover development activities including exception handling patterns, session management, application security and threading issues. The security chapters covers all of the built in HTTP authentication methods (Basic, Digest, HTTPS, and Form-based) and will save you from rolling your own authentication mechanism in your applications. The session management and threading chapters are required reading before moving on to JSPs. JSPs expose this functionality with a simplified interface, but it's very important to understand how your tools work to wield them properly.
Part 3 (170 pages) starts off with a chapter covering JSP syntax, lifecycle and features. Subsequent chapters move on to using/building web components. Java Beans are used heavily in JSP to allow the JSP to access member variables through reflection, so a crash course (3 pages) is offered to get you up to speed. Using Java Beans in all layers of the architecture, from servlets out to JSPs is discussed. In the latter chapters in this section, implmenting your own tag libraries is discussed and the major interfaces and classes are discussed. In the code samples in this chapter you start to make the connection between JSPs and servlets, and the problem that each technology is geared to solve.
Part 4 (53 pages) covers the one remaining topic on the certification exam, application patterns, and a new feature with the Servlet 2.3 API, filters. Filters aren't currently included in the exam objectives (the book notes this), but they are given the same treatment as the material that the exam covers. The patterns that are included in the exam, Value Object, Model View Controller, Data Access Object, Busienss Delegate and Front Controller.
To sum up, this book and it's CDROM are indispensable if you are studying to earn this certification or just getting your feet wet in the web tier of Java technology. This book is the perfect reference for the experienced developer that needs to learn the salient features of JSP/servlet technology quickly and without a lot of introductory "this is web programming" fluff.
Used price: $7.48
Buy one from zShops for: $9.99
Used price: $1.97
Collectible price: $14.95
Buy one from zShops for: $14.50
I read the book in about ten days. I took time out to start the labs, or I would have finished it in first week! The book is very well written, and reads easily. The lab exercises are well presented and offer a great opportunity to apply what you learned in the text.
Mr. Carter's presentation of the information as an all-inclusive manual rather than three separate texts reduces the redundancy found in most of the other guides I have reviewed. The lack of redundancy makes re-reading this book easy. This is important for the person studying for the MCSE exams. I would highly recommend this book, and Carter's soon to be publised Windows 2000 MCSE Study Guide for anyone intersted in learning more about the Windows opperating systems!
Keep up the GREAT work, Alan!
Used price: $5.49
Buy one from zShops for: $5.00
One caveat though: the sample questions are very mediocre, and are completely unlike the questions on the exam itself.
This book was very informative and covered a lot of the material on the test. It gives the reader an excellent foundation on general networking knowledge. However, it is impossible for one book to cover every question that you'll encounter on the exam.
The reality check is, you need to take as many practice exams as you can before you take the actual exam. A lot of the questions that I encountered on my practice CD's were not covered by this book.
All in all, this is an excellent book for preparing for the exam. Buy this book, but don't use it as your sole source of information. Supplement your studies with as many practice questions as you can. If you can answer about 700+ different questions, you should be all right when you take the real exam. Good Luck!
List price: $19.99 (that's 50% off!)
List price: $29.95 (that's 30% off!)
Used price: $7.50
Buy one from zShops for: $13.85
This book is written for experienced advanced users of visual basic. It does not cover basic visual basic information such as loops, lists, combo boxes, etc. The author expects you to have learned these topics previously. It instead concentrates on the complex concepts that you will be tested on. If you are a beginner, you will need to buy other books to become familiar with the Visual Basic language.
In addition, once you have passed the exams this book will not gather dust on your shelf. It is a great reference book that you will continue to use.
Used price: $1.25
Buy one from zShops for: $5.96
1. Language Fundamentals.................good
2. Operations & Assignments..............good
3. Declarations & Access Control.........poor
4. Flow Control & Exception Handling.....fair
5. Overloading, Overriding, Runtime Type, & Object Orientation..................poor
6. Misc. (don't know what this is).......poor
7. Threads...............................good
8. java.lang package.....................poor
9. java.awt: Components & Facilities.....good
10. java.awt: Layout......................good
11. java.awt: Event Handling..............fair
12. java.awt: Painting....................good
13. java.io package.......................poor
The books starts out strong but gets a little spotty later on. You will definately need it to get used to the type of question that the exam asks. It is a very tricky test. You must pay close attention and if you are unsure of yourself, you can easily get suckered into a wrong answer. This is expecially true on the multiple choice questions where you don't necesarily choose one answer, you choose all answers that apply. Get any part of it wrong and you get zero credit for the whole question.
I took time off work and studied this book, along with "Java In A Nutshell" (to supplement the I/O material and to satisfy my mental meanderings), full time for two weeks. I downloaded the Java 1.1 Exam Curriculum from the JavaSoft Web site and, using these books, made thorough notes for every topic and sub-topic on the list.
I did the exercises and mock exam in the book (without ever looking at the solutions, but instead, re-reading my notes and referring back to the book for details) until I consistently got a score of over 90%.
I then took and passed the exam, first time, with an 88% score.
But, more importantly, this was my first venture into Java programming (and first "serious" step into professional programming) and the book really gave me the knowledge foundation, and confidence, I needed to move forward.
Thanks primarily to this book, I am now a successful, professional Java programmer - and have been for a year and a half.
Used price: $1.89
Collectible price: $3.18
Buy one from zShops for: $4.95
Journalist Jon Katz followed these two "geeks" as they gambled with everything they owned to trek out to Chicago with a U-Haul and find a place where their computer skills could mean something. Their story is a "fish-out-of-water" experience, full of humor, hope, and sadness. You'll find yourself rooting for Jesse and Eric as they go through the ups and downs of finding themselves in a strange new environment.
There are also some interesting testimonials from various other "geeks" (although the interminable analysis of Columbine gets old fast). Jesse's adventures while battling the odds and applying to the University of Chicago make for some riveting reading. A very good book and a keen insight on "geek culture."
List price: $59.99 (that's 30% off!)
Used price: $32.80
Buy one from zShops for: $33.00
this exam with only 6 months computer experience
and not with the 2 years experience CompTIA wants you to have before taking this exam. The key is to understand each topic
and how to perform each task. It is not that hard if you use a little bit of your brain and memorization skills. The rest of the exam is common sense. This book points you in the right direction on what to learn for the exam and does it perfectly. What else do you need???
The book is broken down into seven parts with part 1 taking on the installation, environment topics. Part2 covers the RAID area very well and also the operating systems like Windows 2000, Netware and Unix.
In part 3 is for the upgrade path for motherboards, hard drives, nics, ups and adapters. Part 4 is maintenance with backup, system monitoring and basic safety requirements. In part 5 you'll deal with security issues and different environmental issues like humidity, A/C and ventilation and filtration.
Part 6 is the section I was most impressed with, troubleshooting from hardware to software and the techniques and the right diagnostic tools to use. Finally is part 7 Disaster recovery and what it takes to back up and restore.
The book has a good pre-assessment questions and answer section with each chapter and the scenarios seems to reflect the normal work environment. Also include is a cd rom with hundreds of questions and the software is powered by Boson. Overall everything is here and the value seems fair.
List price: $49.99 (that's 50% off!)