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 many action classes can be used in struts application?
Are struts thread safe?
What is interceptor struts2?
What is an interceptor stack?
Which tag is used to declare constants in struts xml?
In which method of action class the business logic is executed?
Do I have to credit struts on my own website?
What is the purpose of action-mappings tag in struct-config.xml?
Which configuration files are used in struts?
What is the purpose of interceptors?
What is the difference between forwardaction and includeaction?
What is life cycle of an interceptor?
How properties of a form are validated in Struts?
What is pojo in struts2?
What is the use of namespace in action mapping in Struts2?