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
What do you mean by a custom tag?
Explain the necessity of empty tag?
What is ognl?
What is the purpose of @element annotation annotation?
Is struts 1 still supported?
Name the different types of actions found in struts.
What is use of i18n interceptor?
What do you mean by actionmapping?
What is the difference between session scope and request scope when saving formbean ?
Why is action servlet a singleton in struts?
In which method of action class the business logic is executed?
What is the purpose of @conversionerrorfieldvalidator annotation?
what is ACID test for fresh engineers??what is the pattern??
List some bundled validators?
What’s the utilization of resource bundle properties file in struts validation structure?