1.

What is the difference between struts2 and JSF?

Answer»

The difference between struts2 and JSF are:

S.noStruts2JSF
1.It is an action based FRAMEWORK.It is a COMPONENT-based framework.
2.It is accessible to TAG LIBRARIES because the component is less.It has a lot of component libraries.
3.The action framework in struts2 is thinner.The component framework in JSF is not thin.


Discussion

No Comment Found