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
When should design patterns be used?
Quartus II software version 6.0 is available for which operating systems (OS)?
What is the difference between factory and abstract factory design pattern?
Where should we use singleton design pattern?
What are the benefits of the proxy in the design pattern?
What are creational design patterns?
5.Develop an entity relationships diagram that identifies physical entity relationships.
Describe the builder design pattern
What design pattern wrapper classes implement?
Why singleton beans are not thread safe?
Why have we used synchronized here?
Can we have this pattern implemented using static class?
4. Identify and bound the SOI’s Operating Environment.
Give me example of observer design pattern?
What is the builder pattern?