what is the main reason for developing struts? what is
advantages over Basic MVC architecture based JAVA Application?

Answer Posted / sanjit sinha

struts is a web framework, we can develop any small and
large web based application.
actually struts web framework is based on two design pattern
1> MVC design pattern
2>front controller design pattern
MVC design pattern has divide in three layer
model, view , and controller

...in first layer is view where we write all the jsp or html
file it is also called presentation layer.
...second layer is controller layer where we write the
action servlet, request processor and action.
....third layer is model layer where we use the
hibernate,jdbc or ejb.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default location of result pages and how can we change it?

562


What is actionservlet?

566


What is the purpose of action tag in struts.xml?

568


What is spring and struts in java?

524


Explain about the library tag?

605






What is struts validator framework?

560


Are interceptors and filters different?

555


Are the struts tags xhtml compliant ?

550


What should be the name of xml file used for validation in struts?

549


What is the purpose of constant tag in struts.xml?

564


Difference between struts and spring?

591


What is strut action mapping?

521


What are result types in struts?

582


In struts.xml, what does the attribute "method" stands for in the "action" tag?

539


What is struts 2 framework in java?

553