What is the difference between jsf-1 and jsf-2?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What is facelets?

1 Answers  


What are the various jsf api implementations you know?

1 Answers  


Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.

1 Answers  


What does @applicationscoped annotation indicate?

1 Answers  


Explain the different kinds of bean scopes in jsf?

1 Answers  


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

1 Answers  


What are the differences between a Backing Bean and Managed Bean?

1 Answers  


Explain the difference between value expression and method expression.

1 Answers  


What are web resources in jsf (javaserver faces)?

1 Answers  


what does a typical JSF application consist of?

1 Answers  


What are the requirements for using integrated jsf using jdbc?

1 Answers  


What is a managed bean?

1 Answers  


Categories