Cargando…

JavaServer faces : introduction by example /

This book is about using JavaServer Faces to create and deploy interactive applications delivered to end users via a browser interface. JavaServer Faces is the component-based technology enabling easy development of such applications, especially applications of the type commonly needed in enterprise...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Juneau, Josh (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2014.
Colección:Expert's voice in Java.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • At a Glance; Chapter 1: Introduction to Servlets; Setting Up a Java Enterprise Environment; Example; Explanation; Developing Your First Servlet; Example; Explanation; How to Package, Compile, and Deploy a Servlet; Example; Explanation; Registering Servlets Without WEB-XML; Example; Explanation; Displaying Dynamic Content with a Servlet; Example; Explanation; Handling Requests and Responses; Example; Explanation; Listening for Servlet Container Events; Example; Explanation; Setting Initialization Parameters; Example #1; Example #2; Explanation; Filtering Web Requests; Example.
  • How It WorksListening for Attribute Changes; Explanation; Applying a Listener to a Session; Example; Explanation; Managing Session Attributes; Example; How It Works; Downloading a File Using a Servlet; Example; Explanation; Dispatching Requests; Example; Explanation; Redirecting to Another Application or Site; Example; Explanation; Utilizing Cookies Within the Browser Securely; Example; Explanation; Finalizing Servlet Tasks; Example; Explanation; Reading and Writing with Nonblocking I/O; Example; Explanation; Chapter 2: JavaServer Pages; Development of a Simple JSP Page; Example; Explanation.
  • Embedding Java into a JSP PageExample; Explanation; Separating Business Logic from View Code; Example; Explanation; Yielding or Setting Values; Example; Explanation; Invoking a Function in a Conditional Expression; Example; Explanation; Creating a JSP Document; Example; Explanation; Embedding Expressions in EL; Example; Explanation; Accessing Parameters in Multiple Pages; Example; Explanation; Creating a Custom JSP Tag; Example; Explanation; Including Other JSPs into a Page; Example; Explanation; Creating an Input Form for a Database Record; Example; Explanation.
  • Looping Through Database Records Within a PageExample; Explanation; Handling JSP Errors; Example; Explanation; Disabling Scriptlets in Pages; Example; Explanation; Ignoring EL in Pages; Example #1; Example #2; Example #3; Explanation; Chapter 3: The Basics of JavaServer Faces; Writing a Simple JSF Application; Example #1; Displaying a JSF Managed Bean Field Value; Examining the JSF Managed Bean; Ensuring the JSF Application Functions Properly in a Pre-JSF 2.0 Environment; Example #2; Explanation; Breaking Down a JSF Application; Writing a Managed Bean; Example; JSF View; Explanation; Scopes.
  • Building Sophisticated JSF Views with ComponentsExample; Explanation; Displaying Messages in JSF Pages; Example; Explanation; Navigation Based Upon Conditions; Example; Explanation; Updating Messages Without Recompiling; Example; Explanation; Validating User Input; Example; Explanation; Evaluation of Page Expressions Immediately; Example; Explanation; Passing Page Parameters to Methods; Example; Explanation; Arithmetic and Reserved Words in Expressions; Example; Explanation; Creating Bookmarkable URLs; Example; Explanation; Displaying Lists of Objects; Example; Explanation.