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 life cycle methods of interceptor?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is the naming convention for a resource bundle file in struts2?
What is struts-default package and what are it’s benefits?
What’s the utilization of struts.xml configuration file?
Give an example of validates method used to avoid errors.
What is the purpose of @validations annotation?
What is struts framework?
How can we upload files in Struts2 application?
Explain struts.devmode?
What are the core classes of struts?
What is controller in struts2?
Does apache struts run on windows?
What is the default suffix for struts2 action uri ?
Is there a particularly good ide to use with struts?