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 |
what are callback methods?
"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is difference between Application Server and Web Server?
my interviewer asked me what technical specification you used how to answer that question
what about web architecture?
What is Visual Source Safe(source control Tool)?
what is acl(access control list)?
What are the different types of features of the java collections framework? : java collections
lll
What is deque in the java collections framework? : java collections
whatis arguments &what is default argument