Difference between JSF Framework and Struts Framework.
Answer Posted / kiran
Both will implement mvc2 design pattern, struts given by
apache, jsf given by sun.
Struts didn't provide any use implementations but JSF we
can implement our own implementations like UI-components,
JSF provides the Converters also
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
Which class is the Front Controller in Struts2?
Explain the core end goal while using java struts?
What are the classes used as part of struts framework ?
What is the purpose of @results?
What is pojo in struts2?
What are the core components of a struct2 based application?
What is the use of namespace in action mapping in Struts2?
How is forward action used for integration?
What is struts actionmapping?
Are interceptors thread safe?
Does apache tomcat use struts?
Is struts efficient?
What inbuilt themes are provided by struts2?
What validate() and reset() method does ?
How is declarative handling of exceptions done in struts ?