What is the difference between struts2 and jsf?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What is jsf? Explain

1 Answers  


What are required configurations for JSF framework?

1 Answers  


What is the difference between jsf-1 and jsf-2?

1 Answers  


Explain @SessionScoped annotations?

1 Answers  


what does a typical JSF application consist of?

1 Answers  


How does render phase work in jsf (javaserver faces) life cycle?

1 Answers  


What are the various jsf api implementations you know?

1 Answers  


What are the features of jsf (javaserver faces)?

1 Answers  


What is h:messages tag in jsf (javaserver faces)?

1 Answers  


What is the difference between struts2 and jsf?

1 Answers  


What is resource binding in jsf?

1 Answers  


What is the minimum configuration required for a jsf application?

1 Answers  


Categories