Difference between JSF Framework and Struts Framework.
Answers were Sorted based on User's Feedback
Answer / ravi shastry
JSF is a framework for user interface but Struts is open
source framework.
JSF creates server site component but struts can not create
the server site component.
JSF is not responsible for client site validation but struts
is responsible to client site validation.
Struts perform better MVC model than JSF.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / karnakar
both will implement mvc2 design pattern,and struts given by
apache ,jsf given by sun,instead of actionservlet we can
find facelet asa acontroller in jsf
Is This Answer Correct ? | 19 Yes | 24 No |
What’s the difference between struts and espresso?
What is struts? Explain
What are the benefits of Struts framework?
Why we use struts over servlets?
How can we group related actions in one group in Struts?
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the
For a single Struts application, can we have multiple struts-config.xml files?
What are the some useful annotations introduced in struts2?
Does Struts2 action and interceptors are thread safe?
What are the advantages of spring mvc over struts mvc?
what are the disadvantages of MVC architecture
How to forward from Array List to Jsp in Struts ActionServlet class?