Answer Posted / suresh royal
----->HandlerMapping class
|
client---->DispatcherServlet---->Controller bean class
| |
| ----->ViewResolver bean class
|
^
resp<----View
* when we send the req front controller of spring MVC ie DispachterServlet takes that req and send to HanlerMapping.
* HandlerMapping bean wiil search in Sprin confi file for the appropriate controller bean so dispatcher servlet transfer the req to controller bean .
* this controller bean executes the b.Logic with returns ModelAndView object
* finnally D.S communicates with ViewResolver for selecting view of response and send the resp to client browser.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the queues in the java collection framework? : java collections
What is the use of hashcode in java ?
my interviewer asked me what technical specification you used how to answer that question
What are the types of interface used in the java collections? : java collections
What are the considerations to be made in case of loops in java ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What are the uses of the set interfaces in the java collections? : java collections
What are the classes in the java collection framework? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
what is mean by hasing and maping in java platform and advantage?
What are the types of the main implementing classes in the map interfaces? : java collections
How do I find jre path in windows?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What do you understand by synchronization? Why is it important?
What is the enumerator of the java collection framework? : java collections