16.5. Backing bean management

Typical JSF applications include one or more backing beans. These are JavaBean components associated with UI components used in a page. A backing bean holds UI component properties, each of which is bound to either a component’s value or a component’s instance. Backing beans can also define methods that perform functions associated with a component, including validation, event handling, and navigation processing.

The binding of component values and instances to backing beans is done through the use of JSF expression language (EL) syntax. This syntax uses the delimiters # { }. A JSF expression can be a value-binding expression or a method binding expression. It can also accept mixed literals and the evaluation syntax ...

Get IBM Rational Application Developer V6 Portlet Application Development and Portal Tools now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.