Difference between JSF Framework and Struts Framework.
Answer Posted / anup
JSF - Component centric; Struts - Bean centric.
JSF - Deffered expresson; Struts - Immediate expression.
JSF - Event driven; Struts - Model driven.
JSF - Value binding; Struts - Bean binding
JSF - Spec by JCP and several implementations including
SUN's; Struts - Apache.
| Is This Answer Correct ? | 56 Yes | 4 No |
Post New Answer View All Answers
What is execute method in struts?
Why use struts framework in java?
Can you explain value stack?
What is the difference between session scope and request scope when saving formbean ?
What are the contents on web.xml in struts application ?
What is the purpose of plug-in tag in struct-config.xml?
How exceptions are handled in struts application?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is interceptor struts2?
What is struts framework?
What is the purpose of constant tag in struts.xml?
What is the purpose of @before?
What are the advantages of spring mvc over struts mvc?
Explain the complete struts validator framework.
how does request processor relates to action mapping?