Answer Posted / ashish
MVC stands for model view controller.If you take a Struts
web application then view consists of JSP . Its only to
show the client the view part not any other part. The
Controller will the action Servlet. Action Servlet
basically controlls the request from the view part and
calls respective Action class for business logic processing
and fetching data from the database.The model part consists
of Action class and helper class. It purely consists of the
business logic as well as the interface to access the
layer. The advantage of this pattern is Loose coupling.
Lets say you want to add the text field in JSP. That will
not required to change your Action class or Action Servlet.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Is oop a design pattern?
Is dependency injection a design pattern?
What is aop design?
Is bean a singleton?
What is the prototype design pattern?
What is the difference between proxy and adapter?
Where should we use singleton design pattern?
what is the lazy design pattern?
What is the difference between architecture and design?
What is proxy in design pattern?
Is singleton an anti pattern?
What are useful tools for developing and testing color schemes for web sites?
What is difference between function oriented design and object oriented design?
Why singleton beans are not thread safe?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?