setting attributes, pageContext, session, or servletcontest????
843835Jan 14 2002 — edited Jan 14 2002
I have several resultset from database, it has about 3000 rows of data. These data are pretty static, they don't change very often, maybe only once a day, a week, or even months...
Should I set store the resultset as a pageContext, session, or servletContext attribute??? is 3000 rows of data too big to store in a sevletContext? Which way is the most efficient.... (uses less memory ?