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 markup language?
What is the difference between comparable and comparator in java.util pkg?
What is need of DAO? Write one simple DAO example?
What is an algorithm in java collection framework? : java collections
what is difference between struts1.2 and struts2.0
What is difference between Application Server and Web Server?
What is java collection? : java collections
Write a postfix expression to (a*(b+c/d)*d-e)
What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC
What is IOC in spring?
how to deploy the web application ?
What is the difference between Eclipse and MyEclipse?