Difference between JSF Framework and Struts Framework.
Answer Posted / karnakar
both will implement mvc2 design pattern,and struts given by
apache ,jsf given by sun,instead of actionservlet we can
find facelet asa acontroller in jsf
Is This Answer Correct ? | 19 Yes | 24 No |
Post New Answer View All Answers
How the flow of various requests happens in struts application?
what is ACID test for fresh engineers??what is the pattern??
How we can install struts?
How can we display all validation errors to user on jsp page?
What is actioninvocation?
What is the default suffix for Struts2 action URI and how can we change it?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are the core classes of struts?
What is form bean in struts?
How duplicate form submission can be controlled in struts?
Are struts still used?
Name some of the features of struts2?
how does request processor relates to action mapping?
Does struts include its own unit tests?
What is difference between struts1 and struts2?