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 clean architecture?
Why should we not use singleton pattern?
What are the differences between the design patterns and the framework?
What is the use of design patterns?
What non-visual coding tools are available for web design?
What is the difference between adapter and facade?
What is the difference between proxy and adapter?
What is the behavioral design pattern?
Can you explain singleton pattern?
What is singleton and factory pattern?
What is lexi design pattern?
Is dependency injection a design pattern?
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?
What is the difference between factory and strategy design pattern?
What is viper architecture?