Difference between JSF Framework and Struts Framework.
Answer Posted / shaik baji
Struts is the best for designing the Controller components
because at the time of struts designing the developers of
struts more consentrated on Controller layer.
Struts provides alist of tag libraries to handles the beans
and resources bundels where as JSF doesn't.
JSF is the best for desiging the View components and JSF
provides evenhandling mechanism where as struts doesn't.
In most of designing GUI components we prefer the JSF due
to it's predefined components files.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the use of interceptor?
Which file is used by controller to get mapping information for request routing?
What is use of i18n interceptor?
Define struts?
What are the steps required for setting up validator framework in struts?
How many instances of servlet usually run in a struts application ?
What is switchaction?
What is the purpose of @emailvalidator?
Are struts and shocks the same?
Does Struts2 action and interceptors are thread safe?
What is the struts in java?
If the framework doesn’t do what I want, can I request that a feature be added?
How can we work with error tags?
How interceptor works in struts 2?
What is the role of action class in struts?