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
If the framework doesn’t do what I want, can I request that a feature be added?
Can we use struts and spring together?
What is action servlet in struts?
How can we write our own interceptor and map it for action?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is difference between lookupdispatchaction and dispatchaction?
What configurations are stored in struts configuration file ?
What is struts actionmapping?
What is the use of Struts.xml configuration file?
What is the default location of result pages and how can we change it?
How you will enable front-end validation based on the xml in validation.xml?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is actioninvocation in struts2?
What is the difference between session scope and request scope when saving formbean ?
Which design pattern the interceptors in struts2 is based on?