What do you understand by java server faces (jsf)?
Answer / Saurabh Singh
JavaServer Faces (JSF) is a Java technology for building web applications, particularly those based on the Model-View-Controller (MVC) architecture. JSF provides components and APIs to simplify the development of dynamic, web-based user interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jsf (javaserver faces)?
What is the minimum configuration required for a jsf application?
What are facelet jsf tags?
How to create facelets templates?
Can we integrate jsf with other popular frameworks such as spring, hibernate etc?
Explain immediate and rendered attributes?
What is the use of the view module?
Can we have more than one faces-config.xml files in jsf?
How does render phase work in jsf (javaserver faces) life cycle?
List some advantages of facelets.
How to refer bean method in jsf (javaserver faces)?
List some ajax attributes.