Cargando…

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;...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Levi, Natalie
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco : Sybex, ©2003.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • 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