Hello everyone, Not sure if this is the right forum for this question.
I made a presentation to my dev team to use Struts2 and the issue of "uses too much memory" came up. If I need to retrieve 1000 rows from a database and have a JSP present those to the user, how does one handle having that many objects in memory. (Yes I know this many rows should be paginated, etc, but assume the above is a requirement for now). Is there anything in Struts2 that addresses large amounts of data that need to be kept around until the JSP is done presenting it? Is this more an "MVC" issue instead? Thanks, -Charles