I don't understand; what does this have to do with Struts 2 *or* MVC? You load a thousand objects into memory, you load a thousand objects into memory--that's pretty much framework, design pattern, and language-neutral.
Dave On Oct 19, 2011 9:18 AM, "Charles Godfrey" <cha...@gmail.com> wrote: > 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 >