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
Can explain about the validations and in your project where did u used the validations?
Is struts mvc framework?
What is the purpose of @conversionerrorfieldvalidator annotation?
List the important attribute and elements of action mapping under struts.
In struts, how can we access java beans and their properties?
Which technologies can be used at view layer in struts?
What are action errors?
How is the mvc design pattern used in struts framework?
How is declarative handling of exceptions done in struts ?
How to override the default error message that can come during file uploading process?
How many struts config file can be created in struts?
What helpers in the form of jsp pages are provided in struts framework?
How you will make available any message resources definitions file to the struts framework environment?
What is struts-default package and what are it’s benefits?
What is the use of token interceptor in Struts2?