|
Answer» The major BENEFITS of JavaServer Faces technology are:
- JavaServer Faces architecture makes it easy for the developers to use. In JavaServer Faces technology, user interfaces can be created easily with its built-in UI component LIBRARY, which handles most of the complexities of user interface management.
- Offers a clean separation between BEHAVIOR and presentation.
- Provides a rich architecture for managing component state, processing component data, validating user input, and handling events.
- Robust event handling mechanism.
- Events easily tied to server-side code.
- Render kit support for different clients.
- Component-level control over statefulness.
- Highly 'pluggable' - components, view handler, etc.
- JSF also supports internationalization and ACCESSIBILITY.
- Offers multiple, standardized vendor IMPLEMENTATIONS.
The major benefits of JavaServer Faces technology are:
|