I am working with JSPages. How can I maintain the same
connection object over the links
-
JDBC connection object (2 messages)
- Posted by: Mayuresh Kshirsagar
- Posted on: December 06 2003 03:52 EST
Threaded Messages (2)
- JDBC connection object by Paul Strack on December 06 2003 09:53 EST
- JDBC connection object by Badrish Agarwal on December 08 2003 06:28 EST
-
JDBC connection object[ Go to top ]
- Posted by: Paul Strack
- Posted on: December 06 2003 09:53 EST
- in response to Mayuresh Kshirsagar
Use a connection pool. Your server may have a built-in connection pool: look for documentation on DataSources. If not, you can use an open source connection pool such as http://jakarta.apache.org/commons/dbcp/ -
JDBC connection object[ Go to top ]
- Posted by: Badrish Agarwal
- Posted on: December 08 2003 06:28 EST
- in response to Mayuresh Kshirsagar
Do you want to propogate transaction across jsps?