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 are the different types of events in jsf?
What is f:validateregex tag in jsf (javaserver faces)?
what Ajax is and how JSF is useful for making AJAX call?
How does render phase work in jsf (javaserver faces) life cycle?
How are the various components rendered on the jsf page?
What are the different types of expressions supported by jsf el (expression language)?
What are the features of jsf (javaserver faces)?
What is javaserver faces expression language?
Name some important event handlers.
What is resource bundling in jsf?
What are the differences between a Backing Bean and Managed Bean?
How to refer bean method in jsf (javaserver faces)?