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


Please Help Members By Posting Answers For Below Questions

what are the creational design patterns

665


What is singleton design pattern in java?

590


What are the benefits of the proxy in the design pattern?

592


What is a lazy initialization in singleton?

593


What is the difference between 3 tier and n tier architecture?

600






What are useful tools for developing and testing color schemes for web sites?

2022


What are the SDLC phases you have invloved ?

2174


Why is singleton bad?

569


Give me example of observer design pattern?

622


Is mvc a software design pattern?

664


What is proxy in design pattern?

605


When should design patterns be used?

585


Write the code for a singleton class?

617


What is lexi design pattern?

707


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?

3624