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 are the different types of features of the java collections framework? : java collections
What is an algorithm in java collection framework? : java collections
i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
which book is the best for preparing for SCWCD 1.5
What is java collection? : java collections
What is Visual Source Safe(source control Tool)?
What is need of DAO? Write one simple DAO example?
How to implement or use the singleton class in java?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
what is difference between struts1.2 and struts2.0
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
please mail me the interview question based on java/j2ee