what is JSF or Java Server Faces?
Answer / Lakki Rani
JavaServer Faces (JSF) is a Java-based web application framework used for building user interfaces. It is part of the Java Enterprise Edition (Java EE) and provides a components-based approach to building web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the standard converters in jsf (javaserver faces)?
Why is jsf not as popular as, for example, mvc frameworks like spring mvc, although jsf is older and included in jee?
List some ajax attributes.
What is f:convertnumber tag in jsf (javaserver faces)?
What is h:messages tag in jsf (javaserver faces)?
How to declare the message beans in the faces –config.xml file?
Explain the life cycle of JSF?
What are the various features of java server faces?
What is a managed bean?
What are standard JSF tag libraries?
What does the @managedproperty annotation mean?
What is the difference between struts2 and jsf?