Details
Description
New instances of the request bound beans should be created every time a page request is made (reload, redirect, or first time GET request). Keeping the request bound beans around *only* during page reloads would look like an anomaly in the eyes of application developer.
Recreate request bound beans on page reload. Refactor code along the way.