What is the Spring2.5 MVC Navigation flow?
Answer / 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 |
What is need of DAO? Write one simple DAO example?
How do you debug your java program?
my interviewer asked me what technical specification you used how to answer that question
VSS Objectives
what is mean by hasing and maping in java platform and advantage?
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
What is iterator in the java collections framework? : java collections
What is the Spring2.5 MVC Navigation flow?
Why do you use Context Object
Which interface does java.util.hashtable implement?
What causes Out of Memory exception?
what debugging tool that can be used to debug the java programs?