Difference between JSF Framework and Struts Framework.
Answer Posted / krishna
The main difference is the UIComponent of JSF. Developers
can define their own components and also the way it should
be rendered. A component having a particular behavious can
be rendered in different ways.
Eg: UISelectOne. This components behaviour is to select one
value, but can be rendered as a List, Menu or Radio.
More we can develop RenderKit's appropriate to the client,
ie html, wml, etc. So a single JSF application can be used,
and using different renderers can be rendered to different
clients...
Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What are the benefits of Struts framework?
What is struts in j2ee?
What do you mean by inner class and anonymous class?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What steps are required to for an application migration from Struts1 to Struts2?
What are Struts2 core components?
What do you mean by the abstract package in struts2, and what is its utilization?
How interceptor works in struts 2?
What is struts2 framework?
What do you mean by a custom tag?
What is the purpose of constant tag in struts.xml?
What do you mean by struts.dev mode?
How can we handle exceptions thrown by application in Struts2?
What are the reasons for an error message not being displayed while developing struts application?
how to develop the submit and search operations in single jsp using struts?