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
Can we inherit singleton class?
Is singleton bean thread safe?
What is the concurrency design pattern?
What is clean architecture?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the difference between builder and composite?
What are the types of participants of the prototype design pattern you will get?
Are singletons bad?
What non-visual coding tools are available for web design?
What is the executor design pattern?
What are the languages used in the design pattern?
What is the difference between proxy and adapter?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
Why should we not use singleton pattern?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.