W w_chunye Unregistered / Unconfirmed GUEST, unregistred user! 2000-04-19 #1 Who can tell me how to use JDBC connection-pooling in jsp or servlets ?
Y youtoo Unregistered / Unconfirmed GUEST, unregistred user! 2000-04-20 #2 你有ms sql 和 oracle的JDBC驱动么? 能不能发给我? walterzhang@263.net 我不能用j-o桥
Y yysun Unregistered / Unconfirmed GUEST, unregistred user! 2000-04-20 #3 http://webdevelopersjournal.com/columns/connection_pool.html http://www.javaexchange.com/ (DbConnectionBroker) http://www.wrox.com/Consumer/Store/Download.asp?ISBN=1861002777(chapter 9)
http://webdevelopersjournal.com/columns/connection_pool.html http://www.javaexchange.com/ (DbConnectionBroker) http://www.wrox.com/Consumer/Store/Download.asp?ISBN=1861002777(chapter 9)
A ahfei Unregistered / Unconfirmed GUEST, unregistred user! 2000-04-24 #5 下载pool 的source code,yysun已经给了几个地址,我用的是DBConnectionManager.然后再bean中添加对它的调用,再在jsp中调用这个bean
Y yaojian Unregistered / Unconfirmed GUEST, unregistred user! 2000-04-28 #6 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
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
W w_chunye Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-05 #7 Thanks alot . I have resolved !!!