Difference between JSF Framework and Struts Framework.
Answer Posted / kollu sreenivasa rao
Configuration wise both are same and supports the
internalization. JSF is more developer friendly why because
to validate mandatory filed in JSF we can specify attribute
like require is true and we can use mandatory filed id in
message tag. But in struts we have to include
validation-rules.xml in struts-config.xml and form has to be
specified in validation-rules.xml.
Even for condition statement in JSF is better than struts.
No need to overwrite any method like execute in JSF.
navigation is very easy in JSF.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the default location of result pages and how can we change it?
What are the struts2 error message keys that can come during file uploading process?
What are disadvantages of Struts?
When it’s useful to use IncludeAction?
What is struts in java with example?
What is the purpose of @keyproperty annotation annotation?
What is the purpose of dispatcher result type?
Where should struts xml be placed?
What is the purpose of @element annotation annotation?
What is the purpose of @after annotation?
What is filter dispatcher in struts?
Describe validate() and reset() methods.
What is the purpose of @conversion annotation annotation?
What is the significance of logic tags in Struts?
Explain about the future of struts?