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
What is the purpose of @typeconversion annotation annotation?
How to display validation errors on jsp page?
What is the purpose of @emailvalidator?
What is struts actionmapping?
Where should struts xml be placed?
What is the life cycle of actionform?
What is DynaActionForm?
Why are struts tightly coupled?
What is an interceptor stack?
Explain the components of struts?
What is the purpose of @createifnull annotation annotation?
What is the use of web xml in struts2?
Difference between struts and spring?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is actionservlet?