The major benefits of JavaServer Faces (JSF) 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
No comments:
Post a Comment