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 types of interface used in the java collections? : java collections
What is iterator in the java collections framework? : java collections
please mail me the interview question based on java/j2ee
my interviewer asked me what technical specification you used how to answer that question
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
can u draw class/object diagram for ATM
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
What is the difference between comparable and comparator in java.util pkg?
Should we create system software ( e.g operating system ) in java ?
What are the differences between the java collection and the java list? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
What are the considerations to be made in case of loops in java ?
What is the enumerator of the 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.?.
What are the different types of collections views being provided by the map interface? : java collections