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
Which technologies can be used at view layer in struts?
What is the purpose of form-be tag in struct-config.xml?
What types of validations are available in xml based validation in struts2?
What is the purpose of plug-in tag in struct-config.xml?
What is struts? Explain
What is strut web xml?
How client side validation is enabled on a jsp form?
How is forward action used for integration?
How interceptor works in struts 2?
Are actions thread safe?
What is the purpose of @expressionvalidator annotation?
Difference between html tags and struts specific html tags
What is purpose of execandwait interceptor?
What is the use of namespace in action mapping in Struts2?
What are the contents on web.xml in struts application ?