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

In strurt why w use two differnt files web.xml and strut config.xml?

2 Answers  


What’s the difference between struts and turbine?

0 Answers  


In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.

2 Answers  


What inbuilt themes are provided by struts2?

0 Answers  


What are the ways in which duplicate form submission can occur?

0 Answers  






What are the Core classes of Struts Framework?

0 Answers  


What do you mean by the abstract package in struts2, and what is its utilization?

0 Answers  


What are the core classes of struts?

0 Answers  


what is the disadvantages of using DynaActionForm in struts framework?

5 Answers   HCL,


what is a RequestProcessor?

5 Answers   TCS, Wipro,


what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?

6 Answers   BOB Technologies, TCS,


Struts follows which design patterns?

4 Answers   IGT,


Categories