what is the difference between JSF and Struts?
Answer / Akhilesh Saraswat
JSF and Struts are both frameworks used for building web applications, but they have some key differences. For example, JSF uses an MVC architecture while Struts uses a front controller design pattern. Additionally, JSF provides a richer component library than Struts.
| Is This Answer Correct ? | 0 Yes | 0 No |
List the available scopes for managed bean in jsf.
Tell about the life cycle of java server faces.
What do you understand by managed bean in jsf?
How to relocate web resources in jsf (javaserver faces) application?
What does the @applicationscoped annotation indicate?
What are some of the facelets tags?
Explain the working of render phase in jsf.
What is the difference between jsp and jsf?
Name some important event handlers.
Tell us about the purpose of the converter tags in jsf.
What is cdi application?
How to access web.xml init parameters from JSP page?