Book Image

JBoss RichFaces 3.3

By : Demetrio Filocamo
Book Image

JBoss RichFaces 3.3

By: Demetrio Filocamo

Overview of this book

<p>JBoss RichFaces is a rich component library for JavaServer Faces and an AJAX framework that allows easy integration of AJAX capabilities into complex business applications. Do you wish to eliminate the time involved in writing JavaScript code and managing JavaScript-compatibility between browsers to build an AJAX web application quickly?<br /><br />This book goes beyond the documentation to teach you how to do that. It will show you how to get the most out of JBoss RichFaces by explaining the key components and how you can use them to enhance your applications. Most importantly, you will learn how to integrate AJAX into your applications without using JavaScript but only standard JSF components. You will learn how to create and customize your own components and add them to your new or existing applications.<br /><br />First, the book introduces you to JBoss RichFaces and its components. It uses many examples of AJAX components which, among others, include: Calendar, Data Table, ToolTip, ToolBar, Menu, RichEditor, Drag'n'Drop. All these components will help you create the web site you always imagined. Key aspects of the RichFaces framework such as the AJAX framework, skinnability, and CDK (Component Development Kit) will help you customize the look of your web application. As you progress through the book, you will see a sample application that shows you how to build an advanced contact manager. You're also going to be amazed to know about the advanced topics you will learn like developing new components, new skins, optimizing a web application, inserting components dynamically using Java instead of XHTML, and using JavaScript to manage components. This book is more than a reference with component example code: it's a manual that will guide you, step-by-step, through the development of a real AJAX JSF web application.</p>
Table of Contents (18 chapters)
JBoss RichFaces 3.3
Credits
About the Author
About the Reviewer
Preface
Index

Data iteration


a4j:repeat

<a4j:repeat> is a basic iteration component allowing Ajax update capabilities to a set of its children.

rich:columns

This allows you to create a dynamic set of columns.

rich:columnGroup

This component groups columns together and is used in complex tables.

rich:column

This renders a row for a UIData component (such as rich:dataTable or rich:dataGrid).

rich:dataGrid

It renders data as a grid with built-in support for Ajax updates.

rich:dataList

The component renders an unordered list from a model.

rich:dataOrderedList

It renders an ordered list from a model.

rich:dataDefinitionList

It renders a definition list from a model.

rich:dataFilterSlider

It uses a slider to filter table data.

rich:datascroller

This provides the scrolling Ajax functionality for UIData components.

rich:dataTable

The component is similar to h:dataTable with more features and built-in support of Ajax updates. It also offers ordering and filtering support.

rich:subTable

It gives the possibility of inserting sub-tables into tables with built-in Ajax update support.

rich:extendedDataTable

It extends the standard <rich:dataTable> component, giving a lot of features such as integrated data-scrolling, built-in selection support, row grouping, ordering, filtering, and so on.

rich:scrollableDataTable

It adds additional features to standard table component such as integrated data scrolling, dynamical row fetch, ordering, filtering, drag-and-drop support, and so on.