what is the main reason for developing struts? what is
advantages over Basic MVC architecture based JAVA Application?
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 |
What's the purpose of execute method of action class?
What design patterns are used in struts?
How many struts config file in a struts application?
What is controller in struts ?
What is jakarta struts framework?
what is the advantages and diadvantages of Struts?
Why use struts framework in java?
What is the purpose of @result?
What is the design role played by struts?
Are interceptors and filters different?
Explain design patterns which is used in struts?
how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?