I have a small JSF web application on WAS7.0 with just one page but a fairly large user base.
Can i declare all(1) beans as request scope and also use javax.faces.STATE_SAVING_METHOD client without running into memory issues on the server using a non expiring session?
How would that work for larger applications?
Reason: I am trying to work around an issue in WAS7.0 quickly while IBM deals with my PMR.
Edit: At this point i do not have the resources to try and measure it myself and would leave the app as is (hoping not to annoy too many users).