Beginning JavaServer pages
JSP is one of the core technologies for server-side Java applications and the 2.0 release, which this book covers in detail, makes JSP an even more powerful toolWalks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expression Language, JSP Tag l...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Hoboken, NJ :
Wiley
c2005.
|
Edición: | 1st edition |
Colección: | Wrox beginning guides.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626908006719 |
Tabla de Contenidos:
- Beginning JavaServer Pages; About the Authors; Credits; Acknowledgments; Contents; Introduction; The Right Way to Do Web Development; Approach; How This Book Is Structured; Conventions; Source Code; Errata; p2p. wrox. com; Part I: JSP Fundamentals; Chapter 1: Getting Started with JavaServer Pages; Creating Applications for the Internet; Summary; Exercises; Chapter 2: JSP Basics 1: Dynamic Page Creation for Data Presentation; The Anatomy of a JSP Page; Summary; Exercises; Chapter 3: JSP Basics 2: Generalized Templating and Server Scripting; Scripting Elements for Java Code Embedding
- Creating a Simple Web StorefrontAdding a Shopping Cart to a Catalog; Creating the Shopping Cart; Summary; Exercises; Chapter 4: CSS, JavaScript, VBScript, and JSP; Code Elements That Execute on the Client Side; User Preference Implementation; Creating a User-Customizable DHTML Menu; Summary; Exercises; Chapter 5: JSP and EL; EL and Its Vital Role in JSP; EL Named Variables; Applying EL; Coercion: Automatic Type Conversion; Accessing Object Properties and Collections; Implicit EL Objects in JSP 2.0; User-Supplied Functions within EL; Summary; Exercises; Chapter 6: JSP Tag Libraries and JSTL
- The Vital Role of JSP Tag LibrariesThe JSP Standard Tag Library; Anatomy of a Tag Library; Summary; Exercises; Chapter 7: JSP Directives; Directive Basics; The page Directive; The taglib Directive; The include Directive; Summary; Exercises; Chapter 8: JSP Standard Actions; JSP Standard Actions Are Built-in Tags; Actions for Working with JavaBeans; Including JSP Output via ; Transferring Control Between JSPs; Specifying Parameters for Other Actions; Working with Plug-ins; Standard Actions Specific to Tag Files; Summary; Exercises; Chapter 9: JSP and JavaBeans
- Anatomy of a JavaBeanHow JavaBeans and EJBs Differ; Summary; Exercises; Chapter 10: Error Handling; Understanding the Origin of Errors; Summary; Exercises; Chapter 11: Building Your Own Custom JSP Tag Library; What Is a Tag File?; A Simple Tag File: Displaying Today's Date; Advantages of Tag Files; Developing Tag Files; Packaging Tag Files; Summary; Exercises; Chapter 12: Advanced Dynamic Web Content Generation; Data Validation in Web Applications; Summary; Exercises; Chapter 13: Internationalization and Localized Content; About Internationalization-Ready Applications
- Internationalization and LocalizationBuilding on the Java Platform's i18n Capabilities; Summary; Exercises; Chapter 14: JSP Debugging Techniques; The Science of Debugging; Catching Bugs at Compile Time; Using a Debugging System versus a Production System; Using System.out.println() to Instrument Code; Using a Logging System; Debugging with Tools; Debugging Code in Production Environments; Finding the Intermittent Problem; Avoiding Concurrency Issues; Summary; Exercises; Part II: JSP and Modern Web Server Software Development; Chapter 15: JSPs and Servlets; A JSP Is a Servlet; Summary
- Exercises