If there is a Model class,View class,Controller class then
How these are internally related? Which layer objects
instantiated in which layer? How they communicates?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... Model is nothing but a class/bean having the setters
and getters methods to providing the required information
to the controller(SERVLET) and View(JSP).First the client
will give the request by using the view(jsp),the view can
forward the data to controller(servlet)then the controler
process the request based on the Model components .Finally
the servlet send the response to view.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the behavioral design pattern?
When should design patterns be used?
What is aop design?
What are the most commonly used design patterns?
Is dependency injection a design pattern?
Where should we use singleton design pattern?
What are the types of design patterns?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
Can we have this pattern implemented using static class?
What is the use of design patterns?
What is clean architecture?
What are the main types of concurrency design patterns?
5.Develop an entity relationships diagram that identifies physical entity relationships.
Why is singleton bad?
What is the design pattern?