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 is used to display the intermediate result in an interceptor?
What are the steps involved in creating a strut application?
What is the purpose of @emailvalidator?
What is validate() and reset() functions?
What is interceptor in Struts2?
What is defeult result type?
What is role of action class?
What is strut action mapping?
How properties of a form are validated in Struts?
What is struts 2 framework in java?
What is the use of namespace in action mapping in Struts2?
What is filter dispatcher in struts?
What is difference between lookupdispatchaction and dispatchaction?
Who wrote struts?
What is struts and springs in java?