List the new features of jsf 2.0?
Answer / Sugandha Chahal
Some key features of JSF 2.0 are: 1. Simplified tag syntax, 2. Elimination of Managed Beans (JSF uses CDI instead), 3. Improved AJAX support with partial page rendering, 4. Navigation improvements with navigation case and outcome, 5. New components like dataTable, dataList, and rich components.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is h:message tag in jsf (javaserver faces)?
What are the available validation tags in jsf (javaserver faces)?
Explain the working of execution phase in jsf.
How to map faces servlet instance in jsf (javaserver faces) application?
What are the available scopes for the managed bean?
What is jsf? Explain
What is the significance of @managedproperty annotation?
Explain the purpose of the <h: form> tag.
What is f:validatelongrange tag in jsf (javaserver faces)?
What are the various jsf api implementations you know?
What is h:inputsecret tag in jsf (javaserver faces)?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.