List the new features of jsf 2.0?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What is h:message tag in jsf (javaserver faces)?

1 Answers  


What are the available validation tags in jsf (javaserver faces)?

1 Answers  


Explain the working of execution phase in jsf.

1 Answers  


How to map faces servlet instance in jsf (javaserver faces) application?

1 Answers  


What are the available scopes for the managed bean?

1 Answers  


What is jsf? Explain

1 Answers  


What is the significance of @managedproperty annotation?

1 Answers  


Explain the purpose of the <h: form> tag.

1 Answers  


What is f:validatelongrange tag in jsf (javaserver faces)?

1 Answers  


What are the various jsf api implementations you know?

1 Answers  


What is h:inputsecret tag in jsf (javaserver faces)?

1 Answers  


Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.

1 Answers  


Categories