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 is iterator in the java collections framework? : java collections
What is the enumerator of the java collection framework? : java collections
What are the classes in the java collection framework? : java collections
my interviewer asked me what technical specification you used how to answer that question
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the different types of features of the java collections framework? : java collections
What is the Spring2.5 MVC Navigation flow?
What is an algorithm in java collection framework? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
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
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
Which interface does java.util.hashtable implement?
What are the types of the main implementing classes in the map interfaces? : java collections
Which sorting algorithm is used by collections.sort() in java ?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?