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 queues in the java collection framework? : java collections

749


What is the use of hashcode in java ?

808


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

2116


What are the types of interface used in the java collections? : java collections

794


What are the considerations to be made in case of loops in java ?

797


Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance

2110


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

753


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

813


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

1823


what is mean by hasing and maping in java platform and advantage?

2093


What are the types of the main implementing classes in the map interfaces? : java collections

857


How do I find jre path in windows?

753


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

772


What do you understand by synchronization? Why is it important?

792


What is the enumerator of the java collection framework? : java collections

773