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 main usage of the patterns?

636


What is the difference between proxy and adapter?

613


Why singleton beans are not thread safe?

585


Can we inherit singleton class?

611


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

2031






What are the SDLC phases you have invloved ?

2190


What is meant by design pattern?

585


What non-visual coding tools are available for web design?

2124


What is viper architecture?

617


What are the most commonly used design patterns?

606


What is the difference between adapter and facade?

635


Give me example of chain of responsibility design pattern?

626


What are the 23 design patterns?

725


what is the lazy design pattern?

611


How did you design your unit tests?What about integration tests?

1806