how to use JDBC connection-pooling (200分)

  • 主题发起人 主题发起人 w_chunye
  • 开始时间 开始时间
W

w_chunye

Unregistered / Unconfirmed
GUEST, unregistred user!
Who can tell me how to use JDBC connection-pooling in jsp or
servlets ?
 
你有ms sql 和 oracle的JDBC驱动么?
能不能发给我?
walterzhang@263.net
我不能用j-o桥
 
http://webdevelopersjournal.com/columns/connection_pool.html
http://www.javaexchange.com/ (DbConnectionBroker)
http://www.wrox.com/Consumer/Store/Download.asp?ISBN=1861002777(chapter 9)
 
yysun老师,
我这里初不了国..
 
下载pool 的source code,yysun已经给了几个地址,我用的是DBConnectionManager.然后再bean中添加对它的调用,再在jsp中调用这个bean
 
JDBC2 has implemented the pool.
A lot of web server which support JSP catch the resources itself and in JSP it is unnecessary to handle such thing, just use the bean they have deployed to you with the software. //WebSphere
 
Thanks alot . I have resolved !!!
 
接受答案了.
 

Similar threads

A
回复
0
查看
834
Andreas Hausladen
A
A
回复
0
查看
775
Andreas Hausladen
A
I
回复
0
查看
491
import
I
I
回复
0
查看
3K
import
I
I
回复
0
查看
1K
import
I
后退
顶部