Difference between JSF Framework and Struts Framework.
Answer Posted / meera tolia
Struts is JSP and Tag centric and with a fixed dependecy on
being deployed in a conventional Servlet HTTP request /
response environment.
JSF is somewhat more generic. It is component centric and
has no specific dependency on HTML markup / tags apart from
the fact that the renders for most components are tailored
for conventional browser output via HTML.
Is This Answer Correct ? | 59 Yes | 13 No |
Post New Answer View All Answers
What is the purpose of form-be tag in struct-config.xml?
What is the role of action class?
What is controller in struts ?
What does apache struts do?
Why it called struts?
What are the life cycle methods of interceptor?
List the important attribute and elements of action mapping under struts.
What steps are required to for an application migration from Struts1 to Struts2?
How to use dispatchaction?
What is difference between lookupdispatchaction and dispatchaction?
What is strut action mapping?
What are the some useful annotations introduced in struts2?
What is package name in struts xml?
What is struts-default package and what are it’s benefits?
What is filter dispatcher in struts?