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 |
What is facelets?
What are the various jsf api implementations you know?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
What does @applicationscoped annotation indicate?
Explain the different kinds of bean scopes in jsf?
What is h:graphicimage tag in jsf (javaserver faces)?
What are the differences between a Backing Bean and Managed Bean?
Explain the difference between value expression and method expression.
What are web resources in jsf (javaserver faces)?
what does a typical JSF application consist of?
What are the requirements for using integrated jsf using jdbc?
What is a managed bean?