Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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 ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2002
Added on Jan 14 2002
1 comment
45 views