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  


What is the difference between comparable and comparator in java.util pkg?

0 Answers  


Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...

2 Answers   Span Systems,


please mail me the interview question based on java/j2ee

0 Answers   Wipro,


Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.

0 Answers  






What is an algorithm in java collection framework? : java collections

0 Answers  


what is the diffrence between insurance and telecom domain?

1 Answers  


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  


In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?

2 Answers   Cap Gemini,


Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com

0 Answers  


What is markup language?

1 Answers  


how to delete cookie information?and when it will delete?

3 Answers   SolutionNET,


Categories