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 does params interceptor?
What is the use of resourcebundle.properties file in Struts Validation framework?
Is it possible to create mulitple instance of one Action Class in struts?
Explain the necessity of empty tag?
What are the components of struts framework?
What is container struts2?
life cycle of struts?
14 Answers HCL, iGate, Scope International,
tell me struts flow ?
5 Answers BA Continnum Solutions, Exira, Fidelity, iGate,
Explain about token feature in struts?
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
In struts how to use regurlar formbeans using validation framework explain?
What do you mean by actionservlet?