Spring Framework : A Framework from SpringSource :: Spring with JSF
Spring with JSF Concepts? |
Spring Faces is Spring’s JSF integration module that simplifies using JSF with Spring. It helps you to use the JSF UI Component Model with Spring MVC and Spring Web Flow controllers.
Spring Faces also includes a small Facelets component library that provides Ajax and client-side validation capabilities. This component library builds on Spring Javascript, a Javascript abstraction framework that integrates Dojo as the underlying UI toolkit.
Spring Faces provides a powerful supplement to a number of the standard JSF facilities, including:
- managed bean facility
- scope management
- event handling
- navigation rules
- easy modularization and packaging of views
- cleaner URLs
- model-level validation
- client-side validation and UI enhancement
- Ajax partial page updates and full navigation
- progressive enhancement and graceful degradation
Using these features will significantly reduce the amount of configuration required in faces-config.xml while providing a cleaner separation between the view and controller layer and better modularization of your application’s functional responsibilities.
Click Below to download the Examples
Recent Comments