Java 2 Web developer certification study guide /

Exam Essentials; Key Terms; Review Questions; Answers to Review Questions; Chapter 2: The Servlet Model; The Servlet Methods; doXXX (...); doGet (...); doPost (...); doPut (...); doHead (...); doDelete (...); doOptions (...); doTrace (...); The Request; ServletRequest and ServletResponse Interface;...

Full description

Saved in:
Bibliographic Details
Main Author: Levi, Natalie
Format: Electronic eBook
Language:English
Published: San Francisco : Sybex, ©2003.
Subjects:
Online Access: Full text (MFA users only)
ISBN:0782142028
9780782142020
0782151566
9780782151565
0585487464
9780585487465
1280522623
9781280522628
9786610522620
6610522626
Local Note:ProQuest Ebook Central
Table of Contents:
  • Using Your Sybex Electronic Book; Java 2: Web Developer Certification Study Guide; Frontmatter; Acknowledgments; Introduction; What Is the Sun Certified Web Component Developer for J2EE Certification?; Why Become a Sun Certified Programmer?; How to Become a Sun Certified Programmer; Who Should Buy This Book?; How to Use This Book and the CD; Tips for Taking the Exam; About the Author; Assessment Test; Answers to Assessment Test; Chapter 1: The Web Client Model; Introduction to the J2EE Model; HTML; HTML Tags; Query String; URI; HTTP; The Client Request; The Server Response; Request Methods
  • Client-Viewed FilesUsing Deployment Descriptor Tags; Basic Servlet Tags; Initialization Parameters; Mapping the URL to the Servlet; Session Configuration; MIME Type Mappings; Welcome File List; Summary; Exam Essentials; Review Questions; Answers to Review Questions; Chapter 4: The Servlet Container Model; ServletContext; ServletContext Methods and Attributes; Listener Interfaces and Event Classes; HttpSession; HttpSessionListener; HttpSessionAttributeListener; HttpSessionActivationListener; HttpSessionBindingListener; Distributable Environment; Deployment Descriptor; Distributed Containers
  • FiltersThe Life Cycle; The Filter; Summary; Exam Essentials; Key Terms; Review Questions; Answers to Review Questions; Chapter 5: Handling Exceptions; Problem Notification; sendError; setStatus; Error Pages; Static Error Page; Dynamic Error Page; Passing the Error; Logging Messages; Reporting Messages; Servlet Exceptions; ServletException; UnavailableException; Exception Pages; Summary; Exam Essentials; Key Terms; Review Questions; Answers to Review Questions; Chapter 6: Session Management; Tracking Sessions; Using Hidden Form Fields; Rewriting the URL; Using Cookies
  • Using the HttpSession ObjectHttpSessionBindingListener; HttpSessionListener; Invalidating Sessions; Summary; Exam Essentials; Key Terms; Review Questions; Answers to Review Questions; Chapter 7: Secure Web Applications; Security Issues; Authentication and Authorization; Data Integrity; Auditing; Malicious Code; Website Attacks; Authentication Types; BASIC; FORM; DIGEST; CLIENT-CERT; Deployment Descriptor Tags; Summary; Exam Essentials; Key Terms; Review Questions; Answers to Review Questions; Chapter 8: Thread-Safe Servlets; Variables and Attributes; Local Variables; Instance Variables