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
What is used to display the intermediate result in an interceptor?
What is controller in struts2?
What are action errors and error and what are the consequences they impose?
What kind of mvc is struts 2?
Can you give an overview of how a struts application flows?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What are the different kinds of actions in struts?
Why do we need struts?
What are the features of struts?
How does struts work?
What is the purpose of interceptors?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
what is meant by Struts Validator Framework?
What are the struts2 configuration properties that control file uploading process?
What is the configuration files used in struts?