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 |
Can a reducer dispatch an action?
what is ForwardAction and IncludeAction in struts?
What is the purpose of @validations annotation?
What are the various struts tag libraries?
What is the use of interceptor?
Explain the difference between plain-validator and field-validator in struts?
How does struts2 token work?
Are the struts tags xhtml compliant ?
What is struts2 in java?
What do you mean by struts.dev mode?
What is struts framework in java?
what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
6 Answers BOB Technologies, TCS,