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
Which design pattern the interceptors in struts2 is based on?
How action mapping is configured in Struts?
What is declarative exception handling in struts?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Explain the core end goal while using java struts?
When do I need “struts.jar” on my classpath?
Explain how to work with error tags?
What are the major differences between html tags and strut specific html tags?
Describe the two types of formbeans.
What is pojo in struts2?
In struts, how can we access java beans and their properties?
What is struts in java with example?
Where should struts xml be placed?
What is the purpose of action tag in struts.xml?
What is structs 2 validation framework?