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 |
What is jsf? Explain
What are required configurations for JSF framework?
What is the difference between jsf-1 and jsf-2?
Explain @SessionScoped annotations?
what does a typical JSF application consist of?
How does render phase work in jsf (javaserver faces) life cycle?
What are the various jsf api implementations you know?
What are the features of jsf (javaserver faces)?
What is h:messages tag in jsf (javaserver faces)?
What is the difference between struts2 and jsf?
What is resource binding in jsf?
What is the minimum configuration required for a jsf application?