JSF Ajax components

JSF Ajax components.

The custom web tier components for JSF can be developed using AJAX along with JSF. Using JSF the state of an application, event handling, input validation and page navigation tasks can be done for user interface components. AJAX technology is used for client side Java Script leverage in order to provide richer and more responsive user experience.

To implement the JSF component for spell check text area, the following tag is used.
<jcr: spellCheckTextArea cols="30" rows="15" value="# {user.interests}" />
This component extends HtmlInputTextArea provides a simple AJAX-enabled spell checking facility.

JSF Ajax components.

1. AJAX Autocomplete Text Field
2. Google and Yahoo Map Mashup Component
3. AJAX Live Progressbar Component
4. PayPal "Buy it now" Component
5. AJAX Netflix style "rating" Component
6. Live Progressbar enabled AJAX Fileupload Component
7. AJAX Popupbaloon Component
8. AJAX Dynamic Text Label Component
9. AJAX Validator Wrapper Component
Explain how JSF supports AJAX
Explain how JSF supports AJAX - A JSF component supports the client-side AJAX Java Script and processes the AJAX requests...
JSF Architecture
JSF Architecture - JSF developed based on MVC design pattern. Therefore, the applications can be scaled better and well maintained..
How JSF different from conventional JSP?
How JSF different from conventional JSP? - In JSP, page navigation and validation should be implemented by developers...
Post your comment