What is the difference between jsf-1 and jsf-2?
Answer / Nitesh Agrawal
JSF 1.x uses a component tree model, while JSF 2.x uses a composition-based approach. Additionally, JSF 2.x has improved performance, reduced boilerplate code, and introduced new features such as AJAX support, Facelets, and EL 2.0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain some of the attributes of <h:form> tag?
Give the system requirements for the jsf use.
Can jsf contain multiple configuration files?
how JSF is different from conventional JSP?
How can we obtain the generated event?
Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?
What does navigation rule mean in jsf?
What are user interface components in jsf (javaserver faces)?
Define jsf?
What are tags in jsf?
What is managed bean and backing bean in jsf?
What are the features of jsf (javaserver faces)?