Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series)October 10, 2008  
Bestsellers
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK (Developer's Library)
CCNA: Cisco Certified Network Associate Study Guide: Exam 640-802
CISSP Certification All-in-One Exam Guide, 4th Ed. (All-in-One)
Microsoft SharePoint 2007 For Dummies (For Dummies (Computer/Tech))
MCITP Self-Paced Training Kit (Exams 70-640, 70-642, 70-643, 70-647): Windows Server 2008 Enterprise Administrator Core Requirements
CCNA Official Exam Certification Library (CCNA Exam 640-802) (Exam Certification Guide)
Learning WCF: A Hands-on Guide
Windows Vista: The Missing Manual
JavaScript: The Definitive Guide
Mastering VMware Infrastructure 3 (Mastering)
Browse
Books
Computers
Electronics
New Releases
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK (Developer's Library)
MCITP Self-Paced Training Kit (Exams 70-640, 70-642, 70-643, 70-647): Windows Server 2008 Enterprise Administrator Core Requirements
VMware Infrastructure 3: Advanced Technical Design Guide and Advanced Operations Guide
Microsoft Office SharePoint Server 2007 Best Practices
The Best of 2600: A Hacker Odyssey
JUNOS For Dummies (For Dummies (Computer/Tech))
Active Directory For Dummies (For Dummies (Computer/Tech))
Sams Teach Yourself SAP in 24 Hours (3rd Edition) (Sams Teach Yourself)
Web Service Contract Design and Versioning for SOA (Prentice Hall Service-Oriented Computing Series from Thomas Erl)
Head First Ajax (Head First)
Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series)
Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series)
Authors: Marty Hall, Larry Brown, Yaakov Chaikin
Publisher: Prentice Hall PTR
Category: Book

List Price: $49.99
Buy New: $29.75
You Save: $20.24 (40%)
Buy New/Used from $21.47

Avg. Customer Rating: 5.0 out of 5 stars(4 reviews)
Sales Rank: 156628

Media: Paperback
Edition: 2
Number Of Items: 1
Pages: 736
Shipping Weight (lbs): 2.3
Dimensions (in): 9.1 x 7 x 1.3

ISBN: 0131482602
Dewey Decimal Number: 005.2762
UPC: 076092036876
EAN: 9780131482609
ASIN: 0131482602

Publication Date: December 1, 2007
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description

Java EE is the technology of choice for e-commerce applications, interactive Web sites, and Web-enabled services. Servlet and JSP technology provides the link between Web clients and server-side applications on this platform. Core Servlets and JavaServer Pages, Volume 2: Advanced Technologies, Second Edition, is the definitive guide to the advanced features and capabilities provided by servlets and JSP.

Volume 2 presents advanced capabilities like custom tag libraries, filters, declarative security, JSTL, and Struts. Like the first volume, it teaches state-of-the-art techniques and best practices illustrated with complete, working, fully documented programs.

Volume 2 explains in detail the advanced tools and techniques needed to build robust, enterprise-class applications. You'll learn how to control application behavior through the web.xml deployment descriptor file, how to enhance application security through both declarative and programmatic methods, and how to use servlet and JSP filters to encapsulate common behavior. You'll also learn how to control major application lifecycle events, best practices for using JSTL, and how to build custom tag libraries. Volume 2 concludes with an in-depth introduction to the Jakarta Struts framework.

Complete source code for all examples is available free for unrestricted use at www.volume2.coreservlets.com. For information on Java training from Marty Hall, go to courses.coreservlets.com.

Volume 1 presents comprehensive coverage of the servlets and JSP specifications, including HTTP headers, cookies, session tracking, JSP scripting elements, file inclusion, the MVC architecture, and the JSP expression language. It also covers HTML forms, JDBC, and best practices for design and implementation.




Customer Reviews:

5 out of 5 stars Excellent book!!!!   June 18, 2008
This book is a continuation of the first book. The book covers deployment of web application in great detail. It takes you through the development of a JSP, custom tags and does not leave you hanging like other books. It takes you through the steps of compiling, building and installing your web app. It covers security filtering and much more.

Another interesting technique this book uses, is it take the web developer through the different types of web development. It starts with development of custom tags and takes the reader through JSTL libraries and then discusses the Struts framework.

Finally, I used this book to help me through deployment of my web application. It was an invaluable tool.



5 out of 5 stars Excellent book!!   May 14, 2008
I highly recommend this book. I have not had it for very long but I already find it very useful. It has helped my team introduce new technology and features into our applications. The Application Events Framework in chapter 6 helped me debug my application and discover that Struts creates a new session, if one doesn't exist, on every request In fact, JSP Tag files technology discussed in chapter 7 was the basis for a new reusable common component that we have created.

I like the style of the book very much. One thing in particular that I like is when a new technology or feature is introduced the steps needed to use it are numbered and laid out clearly without going into too much detail. Then as the feature is developed and each step is examined in detail the steps as a whole are repeated. This helps keep things in perspective - you can see more clearly where each thing fits into the big picture.

The authors also do a good job of trying to give small but useful and instructional examples of the different technologies - not always an easy task.

Whenever I look into this book I find new and interesting ideas. Even the concepts that I am familiar with I still learn new things about them. I wish I had more time to read through the entire book.



4 out of 5 stars advanced servlet/jsp & struts 1.3   February 3, 2008
  4 out of 4 found this review helpful

"Core Servlets and JavaServer Pages, Volume 2: Advanced Technologies" targets developers who already know Java and basic servlets/JSPs. Note this book's second edition does not cover the latest technologies. It uses J2EE 1.3/1.4 and Struts 1.3.

The main topics are advanced deployment descriptor settings, security, custom tags, filters, event handling and JSTL. Then there are three chapters on Struts 1.3. These additional chapters were very good although I'm not sure what they have to do with "core servlets." The browser screenshots were good for showing output and the examples were excellent.

As with "Core Java", the 700 page book contains some long classes. I could have done without the complete 5 page deployment descriptor at the end since it was gradually built up with new additions highlighted. The highlighting does help with spatial orientation.

I did notice a couple typos in the book. None of these affected the meaning, but it gives you the impression it wasn't proofread as carefully as other books. And (at least my copy) had a printing error where one page was missing a few lines.

For most part the book pointed out best practices. There were a few exceptions such as one chapter mentioning which jsp page should establish a database connection. Different chapters had different opinions on whether there should be scriptlets in a JSP as well.

Overall the book was fine although I would prefer to invest in a different title - either fully on Struts or fully on servlets/JSPs.



5 out of 5 stars Excelent environment setup explinations   September 2, 2004
  5 out of 8 found this review helpful

2nd edition has all the details for environment setup so it makes it easy and clear how to start your first web application. I always refer to this book when I need some reference or to review basic web application development.

Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com