lifecycle « MVC Controller « Spring Q&A





1. Spring @Controller lifecycle    stackoverflow.com

I am new to Spring MVC and would like to know how it handles requests, more specifically:

  1. I would like to know how a Spring @Controller's life cycle relates to that of a Servlet?
  2. I ...

2. How to call controller lifecycle again?    forum.springsource.org

How to call controller lifecycle again? I'm using a SimpleFormController for the lifecycle of one form. The referenceData method of the controller is overridden to populate the form with some data. ...