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 do you mean by a custom tag?
What is includeaction?
What is the purpose of plug-in tag in struct-config.xml?
how does request processor relates to action mapping?
Can we use struts and spring together?
Define struts?
Explain about logic match tag?
How you will make available any message resources definitions file to the struts framework environment?
What is the purpose of @result?
Give an example where struts tiles may be used?
What is the purpose of execute method of action class?
What is defeult result type?
What is the purpose of @emailvalidator?
What is the purpose of execute() method?
What are different Struts2 tags? How can we use them?