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
Explain about the validation steps which have to be carried during validation of client-side address?
What is the need of struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What validate() and reset() method does ?
What is the use of jsonvalidation in struts?
What is struts-default package and what are it’s benefits?
How does one create an action in struts 2?
What is the use of struts?
What is struts framework in java?
Why do we need struts?
How can we write our own interceptor and map it for action?
What is the purpose of @element?
What is container struts2?
Explain the life cycle of a request in struct2 application?
Is struts efficient?