hi, I want to know how to cache a page in jsp and also how to cache the database connections so that we dont want to establish a connection for each and every page.
cache the jsp
Collapse
X
-
Tags: None
-
Have a look at the Apache Commons Project; and take a close look at theOriginally posted by elangobalahi, I want to know how to cache a page in jsp and also how to cache the database connections so that we dont want to establish a connection for each and every page.
DBCP sub-project.
kind regards,
Jos -
You can keep your Connection Object in session.Originally posted by elangobalahi, I want to know how to cache a page in jsp and also how to cache the database connections so that we dont want to establish a connection for each and every page.
And why do you want to cache a Jsp page?
Kind regards,
Dmjpro.Comment
Comment