| Author |
Flow of request in Spring Frame work
|
Ranjit Kumar Mamidi
Greenhorn
Joined: Jul 21, 2008
Posts: 2
|
|
Hi. I am new to spring frame work. I just want to know the flow of the request in Spring. I am explaining the flow which I understod. [list]First when ever we need a new page some xx.htmIt will search this in application-servlet.xml under urlMaping bean.From there it will move to the corresponding bean and get the correct controller of that and executes the handleRequest method of the controller.This method will return a model which is again searched in the application-servlet.xml for the viewResolver bean and adds the prefix and suffix to the given view and displays the jsp I am following the same flow to create a login page. But I am gacing many errors. Can any one explain the correct flow. Thanks in advance
|
 |
 |
|
|
subject: Flow of request in Spring Frame work
|
|
|