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 performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What is singleton design pattern in java?
What is a lazy initialization in singleton?
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 clean architecture?
What are the types of the proxy design you will get in the design pattern?
Is singleton scope thread safe?
What are structural design patterns?
Are singletons bad?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
What is the behavioral design pattern?
What are the design patterns you know explain?
Write the code for a singleton class?
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.
What is the difference between builder and composite?