Difference between JSF Framework and Struts Framework.

Answers were Sorted based on User's Feedback



Difference between JSF Framework and Struts Framework...

Answer / ram

in struts we have 5 libraries like HTML,LOGIC,NESTED & etc(these contains around 75 tags)where as in Jsf we have 2 libraries like CORE & HTML (these contains around 43 tags)

Is This Answer Correct ?    0 Yes 0 No

Difference between JSF Framework and Struts Framework...

Answer / ravi shastry

JSF is a framework for user interface but Struts is open
source framework.
JSF creates server site component but struts can not create
the server site component.
JSF is not responsible for client site validation but struts
is responsible to client site validation.
Struts perform better MVC model than JSF.

Is This Answer Correct ?    0 Yes 1 No

Difference between JSF Framework and Struts Framework...

Answer / karnakar

both will implement mvc2 design pattern,and struts given by
apache ,jsf given by sun,instead of actionservlet we can
find facelet asa acontroller in jsf

Is This Answer Correct ?    19 Yes 24 No

Post New Answer

More Struts Interview Questions

What’s the difference between struts and espresso?

0 Answers  


What is struts? Explain

0 Answers  


What are the benefits of Struts framework?

0 Answers  


Why we use struts over servlets?

0 Answers  


How can we group related actions in one group in Struts?

0 Answers  


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


For a single Struts application, can we have multiple struts-config.xml files?

0 Answers  


What are the some useful annotations introduced in struts2?

0 Answers  


Does Struts2 action and interceptors are thread safe?

0 Answers  


What are the advantages of spring mvc over struts mvc?

0 Answers  


what are the disadvantages of MVC architecture

3 Answers   INDUS,


How to forward from Array List to Jsp in Struts ActionServlet class?

8 Answers  


Categories