Answer Posted / tanugula pradeep kumar
hi to all .here is another answer.i hope it may be used to
to atleast anyone .
Struts provides you the basic infrastructure infrastructure
for implementing MVC allowing the developers to concentrate
on the business logic.
MVC Architecture
The main aim of the MVC architecture is to separate the
business logic and application data from the presentation
data to the user.
Here are the reasons why we should use the MVC design
pattern.
They are resuable : When the problems recurs, there is no
need to invent a new solution, we just have to follow the
pattern and adapt it as necessary.
They are expressive: By using the MVC design pattern our
application becomes more expressive.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
what is meant by Struts Validator Framework?
What’s the utilization of resource bundle properties file in struts validation structure?
What are the struts2 error message keys that can come during file uploading process?
What is the difference between plain-validator and field-validator?
Explain about the library tag?
Which interceptor is responsible for file upload support?
What is the difference between struts and spring?
What helpers in the form of jsp pages are provided in struts framework?
How do u provide security to ur project?(Banking domain project)
Difference between struts and spring? Or why use spring, if you are already using struts?
What is the default suffix for Struts2 action URI and how can we change it?
What is difference between interceptors and filters?
Can we have multiple struts config files in a single web app?
What is struts2 framework?
State an example of struts configuration file as an action parameter for action servlet.