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 does params interceptor?
What is action class?
What is struts and springs in java?
How you will display validation fail errors on jsp page?
How to handle exceptions in structs?
What is the purpose of @results annotation?
Explain the components of struts?
What is the difference between struts1 and struts2?
What is the purpose of @expressionvalidator annotation?
Explain the complete struts validator framework.
What is the purpose of @element annotation annotation?
What are different Struts2 tags? How can we use them?
Do we need to pay the struts if being used in commercial purpose?
How is the mvc design pattern used in struts framework?
How to override the default error message that can come during file uploading process?