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
Explain design patterns which is used in struts?
What is the purpose of @expressionvalidator annotation?
What configuration changes are required to use resource files in Struts?
Why do we need mapdispatchtoprops?
What should be the name of xml file used for validation in struts?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are action errors and error?
What validate() and reset() method does ?
Can you explain struts.properties in struts2?
What is apache struts framework?
What are best practices to follow while developing Struts2 application?
How do you convert struts to springs?
What are the steps of struts installation?
What do you mean by actionservlet?
What is the difference between plain-validator and field-validator?