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
What is the difference between comparable and comparator in java.util pkg?
please mail me the interview question based on java/j2ee
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is the enumerator of the java collection framework? : java collections
What are the different types of features of the java collections framework? : java collections
What are the queues in the java collection framework? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the main classes of the list interfaces? : java collections
What is an algorithm in java collection framework? : java collections
What is deque in the java collections framework? : java collections
What are the differences between the java collection and the java list? : java collections
What are the uses of the set interfaces in the java collections? : java collections
Should we create system software ( e.g operating system ) in java ?
What are the types of java collections? : java collections