What is the Spring2.5 MVC Navigation flow?



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

Post New Answer

More Java J2EE AllOther Interview Questions

what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?

1 Answers   TCS,


wnet use DAO design in u r project?

1 Answers   Godrej,


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,






Which sorting algorithm is used by collections.sort() in java ?

0 Answers  


Which interface does java.util.hashtable implement?

0 Answers  


what protocols does JNDI provide an interface to?

1 Answers  


who should use JNDI?

1 Answers  


What is java collection? : java collections

0 Answers  


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,


which book is the best for preparing for SCWCD 1.5

4 Answers   Google,


Categories