How Struts will follow the MVC?

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


Please Help Members By Posting Answers For Below Questions

What is struts in j2ee?

530


What are the cons of struts 2?

575


What are the life cycle methods of interceptor?

522


What is http redirect?

570


What is the difference between plain-validator and field-validator?

526






List some bundled validators?

574


Which design pattern the interceptors in struts2 is based on?

498


Which interceptor is responsible for mapping request parameters to action class Java Bean properties?

560


What is the purpose of @after annotation?

594


Is struts 1 still supported?

514


List the important attribute and elements of action mapping under struts.

530


How can link tag’s action attribute be used?

524


What is includeaction?

583


What are action classes in struts?

520


What is action servlet in struts?

546