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 callback methods?

3 Answers   iFlex,


"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions

6 Answers   Photon,


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

0 Answers  


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,


my interviewer asked me what technical specification you used how to answer that question

0 Answers  


what about web architecture?

1 Answers   HCL,


What is Visual Source Safe(source control Tool)?

1 Answers  


what is acl(access control list)?

1 Answers   Athena, HCL,


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

0 Answers  


lll

1 Answers  


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

0 Answers  


whatis arguments &what is default argument

2 Answers   CTS,


Categories