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
Why use spring, if you are already using struts?
What is the purpose of @doublerangefieldvalidator annotation?
Which tag is used to declare constants in struts xml?
What does modeldriven interceptor?
What are the major differences between html tags and strut specific html tags?
Which servlet does the struts framework use?
What is actionform in struts?
What is ognl?
How do you create message resource?
What is the use of reset method of ActionForm class?
What is includeaction?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
If the framework doesn’t do what I want, can I request that a feature be added?
How can we work with error tags?
What is role of action class?