What is the difference between struts2 and jsf?
Answer / Gaurav Aggarwal
Struts2 and JSF are both Java-based web application frameworks, but they have different architectures. Struts2 uses a controller action model with a dispatcher servlet, while JSF has a component-oriented architecture with a FacesServlet.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we integrate jsf with other popular frameworks like spring, hibernate, etc.?
Can we have a jsf application without faces-config.xml?
Explain some of the attributes of <h:form> tag?
What is the JSP tag?
What is f:convertdatetime tag in jsf (javaserver faces)?
What is the main tag in jsf?
How to configure managed bean in the xml file?
What is cdi in jsf?
Explain @RequestScoped annotations?
what is the difference between JSF and Struts?
List some advantages of facelets.
Explain the required and requiredmessage attribute of the <h:inputtext> tag?