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 is the purpose of @results?
Are interceptors and filters different?
Explain design patterns which is used in struts?
When should be opt for struts framework?
What is the use of namespace in action mapping in Struts2?
What are different Struts2 tags? How can we use them?
What is the role of action class?
What are the bundled validators?
Can you explain value stack?
Name the different types of actions found in struts.
What are action errors?
What are the major differences between html tags and strut specific html tags?
How do you create message resource?
Why are struts tightly coupled?
What is the struts in java?