What is the Spring2.5 MVC Navigation flow?

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


Please Help Members By Posting Answers For Below Questions

What are the different types of collections views being provided by the map interface? : java collections

611


What are the queues in the java collection framework? : java collections

546


What is deque in the java collections framework? : java collections

536


How do I find jre path in windows?

521


What are the different types of ways where you can iterate over a list? : java collections

572






What is the use of hashcode in java ?

573


What are the different types of classes implemented in the set interfaces? : java collections

602


Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword

1608


HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS

1576


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.?.

1813


Which interface does java.util.hashtable implement?

665


What are the different types of features of the java collections framework? : java collections

566


What is the Spring2.5 MVC Navigation flow?

5362


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

558


can u draw class/object diagram for ATM

5527