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



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

Answer / 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

More Struts Interview Questions

What's the purpose of execute method of action class?

0 Answers  


What design patterns are used in struts?

0 Answers  


How many struts config file in a struts application?

0 Answers  


What is controller in struts ?

0 Answers  


What is jakarta struts framework?

0 Answers  






what is the advantages and diadvantages of Struts?

1 Answers  


Why use struts framework in java?

0 Answers  


What is the purpose of @result?

0 Answers  


What is the design role played by struts?

0 Answers  


Are interceptors and filters different?

0 Answers  


Explain design patterns which is used in struts?

0 Answers  


how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?

2 Answers   TCS,


Categories