Difference between JSF Framework and Struts Framework.
Answer Posted / 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 |
Post New Answer View All Answers
What is the front controller in struts2?
Why we use struts in java?
Provide some important Struts2 constants that you have used?
What do you mean by struts.dev mode?
What are the Core classes of Struts Framework?
How an actionform bean is created?
What is the use of form bean in struts?
What is filter dispatcher in struts?
How is a lookup dispatch action created?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What are the classes used in struts?
How can we handle exceptions thrown by application in Struts2?
What is ValueStack and OGNL?
How does struts work?