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
Mark the differences between html tags and strut specific html tags.
What do you mean by struts.dev mode?
What is the use of reset method of ActionForm class?
Does struts include its own unit tests?
Explain about struts dispatch action?
How many servlet controllers are used in a Struts Application?
What is the purpose of @customvalidator annotation?
What helpers in the form of jsp pages are provided in struts framework?
What is struts.devmode?
What configuration changes are required to use Tiles in Struts?
What is controller in struts2?
What is the use of web xml in struts2?
What is strut web xml?
Describe the mvc on struts?
Which tag is used to declare constants in struts xml?