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 singleton an anti pattern?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are the 23 design patterns?
What are the categories in which the design patterns can be divided?
Explain what is good design?
What is a behavioral design pattern?
What is meant by design pattern?
What is the singleton design pattern?
Why singleton beans are not thread safe?
What are the types of the proxy design you will get in the design pattern?
What are the most commonly used design patterns?
What are the benefits of the proxy in the design pattern?
Is bean a singleton?
Quartus II software version 6.0 is available for which operating systems (OS)?
What is the difference between factory and strategy design pattern?