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 front controller in struts2?
Is struts compatible with other java technologies?
Does apache tomcat use struts?
Which design pattern is implemented by Struts2 interceptors?
What is DynaActionForm?
How an actionform bean is created?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How is the action mapping specified?
What is action support class in struts2?
Why do the struts tags provide for so little formatting?
What is struts? Explain
Explain about the library tag?
What is the forward action utilized for?
What is defeult result type?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?