Book Image

Diving into JSF API [Video]

By : Anghel Leonard
Book Image

Diving into JSF API [Video]

By: Anghel Leonard

Overview of this book

<p>Are you ready to get more out of the JSF APIs? JavaServer Faces (JSF) is a Java specification for building component-based user interfaces for web applications. Top level classes for the JavaServer(TM) Faces API. The JSF APIs are convenient pluggable mechanisms to manage the execution of an application based on JavaServer Faces. You will start by learning about different aspects of the JSF API such as listeners, handlers, renderers, and factories, which can be used to get started with AJAX.</p> <p>You will begin your journey by working with action listeners, and then explore the different types of handler. You will then see why JSF needs renderers. You will then work with default and custom factories with the help of practical examples.</p> <p>In this course you will also see how JSF and HTML5 can work together for better results. Finally, you will see how to upload files in JSF</p> <h1>Style and Approach</h1> <p>This practical, comprehensive course is packed with step-by-step instructions, working examples, and helpful advice about JavaServer Faces, and is divided into clear bite-size chunks so you can learn at your own pace and focus on the areas of most interest to you.</p>
Table of Contents (7 chapters)
Chapter 2
JSF Handlers
Content Locked
Section 2
Component Handlers
This video will reveal the main aspects of component handlers, including writing custom component tag handlers. - Start with a theoretical section with an introduction to component handlers and differences between component and tag handlers - Continue with several examples of uses and creating custom component handlers - Learn how to use JSF component handlers