Difference between JSF Framework and Struts Framework.
Answer Posted / sujeev kr singh
Struts is a "Component" Framework, whereas Struts is
an "action" Framework.
JSF using Navigationcase and NavigationRules instead of
Actionmapping and action which is in Struts.
Struts framework give you the ability to map URLs to
activities and code on the back end, whereas JSF rendered
on the page are initially developed as individual
components, much like in modern GUI.
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
What are the classes used as part of struts framework ?
What is struts2 namespace?
List some bundled validators?
Can you explain struts validator framework?
What is the significance of logic tags in Struts?
How long do struts last?
Describe the mvc on struts?
Can you explain the directory structure for a struts folder in brief ?
What is the purpose of @doublerangefieldvalidator annotation?
What is the purpose of @after?
What are the differences between http direct and http indirect?
Which design pattern the interceptors in struts2 is based on?
What is controller in struts ?
Give an example of validates method used to avoid errors.
What is the purpose of @after annotation?