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

Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


Write a postfix expression to (a*(b+c/d)*d-e)

4 Answers   Adobe,


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


what is diff string and stringbuffer

7 Answers   CTS, HCL,


HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS

0 Answers  






Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers

2 Answers   HCL,


In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?

0 Answers  


what about web architecture?

1 Answers   HCL,


what is class/object diagram

3 Answers   Zycus Infotech,


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


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

0 Answers  


what is the diffrence between insurance and telecom domain?

1 Answers  


Categories