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 |
How do I install struts?
what is the struts internal code?
What is includeaction?
explain the struts-configuration file?
What is the difference between session scope and request scope when saving formbean ?
diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)
8 Answers Athena Health Care, Symphony, TCS,
What does params interceptor?
What is the struts in java?
What do you mean by actionmapping?
How to display validation errors on jsp page?
What is the purpose of execute method of action class?
What are the advantages of spring mvc over struts mvc?