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
List the important attribute and elements of action mapping under struts.
What are different Struts2 tags? How can we use them?
What is struts.devmode?
What helpers in the form of jsp pages are provided in struts framework?
How can we integrate log4j in Struts2 application?
What is switchaction?
In struts, how can we access java beans and their properties?
Give an example where struts tiles may be used?
What is the default location of result pages and how can we change it?
Who makes the struts?
What is discontinuous strut?
What do you mean by ognl?
What is http redirect?
What is strut action mapping?
What is controller in struts ?