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 is struts in j2ee?
What are the features of struts 2?
How is the action mapping specified?
What is the difference between struts and spring?
What is pojo in struts2?
what is the difference between ServletContext and ServletConfig?
What does action do in struts?
Can explain about the validations and in your project where did u used the validations?
What is switchaction?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
What are the advantages of spring mvc over struts mvc?
What is MVC?