Difference between JSF Framework and Struts Framework.
Answer Posted / bhoopesh alladi
Both these Frameworks are used for forcing the
implementation of MVC-2 pattern.
Struts Framework is implemented by apache, where as JSF
is implemented by Sun Microsystems.
| Is This Answer Correct ? | 87 Yes | 36 No |
Post New Answer View All Answers
What are the major differences between html tags and strut specific html tags?
What is struts xml?
What kind of mvc is struts 2?
What are the core components of a struct2 based application?
What is the naming convention for a resource bundle file in struts2?
What is the purpose of @key?
Which design pattern the interceptors in struts2 is based on?
Why are springs better than struts?
How action-mapping tag is used for request forwarding in struts configuration file?
How the exceptions are handled in struts?
Name some useful annotations introduced in Struts2?
In which method of action class the business logic is executed?
How many action classes can be used in struts application?
How is the action mapping specified?
How does interceptor work in struts2?