搜索资源列表
connPool
- 此为连接池实现程序-for this procedure Connection Pool
DDConnectionBroker
- 数据库不连接池.用于对数据库连接进行管理.-database connection pool. The database is used to connect management.
jsp&javabeans网上图书销售系统
- jsp和javabean做的网上图书销售系统,使用了tomcat数据库连接池,还是非常不错的。-jsp and javabean do online book sales system, using a tomcat database connection pool is still very good.
jjinfo
- 采用jsp+servlet+javabean,jsp负责少量的页面处理,以servlet为主。 结构清晰明了,未对页面做美工处理,因此html和javascr ipt代码很少, 详细介绍了jdbc的常用api以及数据库中的表的级联。 开发调试平台为jbuilder9+tomcat4,在resin和weblogic下测试通过。 数据库平台为ms sql server2000 数据库连接池为apache组织下jakarta项目组开发的commons-dbcp 1.0
DBConnPool
- 一个经试用效果非常不错的数据库连接池 -a trial by the very good performance of database connection pool
DBConnPool 1.1
- 1.1 版本的数据库连接池。-1.1 version of the database connection pool.
JDBCforJAVA
- 一个具体的jdbc编程实现,其中包含一个具有广泛应用价值的数据库连接池类文件。-jdbc a specific program, which includes a broad application of the database connection pool types of documents.
pool
- 使用tomcat或者struts的数据库连接池-tomcat or struts use the database connection pool
testpool
- 手写的连接池类,实现了数据库的连接池,提高了操作数据库的效率.-handwritten connection pool category and achieve a database connection pool and improve the operation efficiency of the database.
llmDBConnect
- 数据库连接池源码,连接参数通过XML配置文件来完成。可以设定多中连接方式。-source database connection pool, the connection parameters through XML configuration file to be completed. You can set more connected way.
DBPool_v4.8.3
- 数据库连接池dbpool_v4.8.3.zip-database connection pool dbpool_v4.8.3.zip
java-jdbc
- Tomcat内置数据库连接池源代码,含多个异构数据库的连接。-Tomcat embedded database connection pool source code, with a number of heterogeneous database connectivity.
socket-connection-pool
- 在相对复杂的情况下,进行数据库连接池开发的参考。-A reference for database connection pool in java development .
JavaConnection
- Java实现的数据库连接池原代码,用Eclippse工具制作-Java database connection pool to achieve the original code, using tools produced Eclippse
Pool
- java连接池访问sql2005 database-java connection pool visits sql2005 database
nioPool
- JAVA NIO实现的 客户端连接池程序。 其功能主要是调用服务器函数,发送对象,接收对象 ,徐序化对象,类似于Rmi 里面用到了动态代理.-JAVA NIO client implementation process connection pool. Its function is to call the server function, to send the object to receive the object, Xu sequence of objects, similar to t
ConnectionPool
- 用Java写的一个连接数据库对象连接池代码-Database connection pool code in Java
commons-dbcp-1.4-src
- DBCP(DataBase connection pool),数据库连接池。由于建立数据库连接是一个非常耗时耗资源的行为,所以通过连接池预先同数据库建立一些连接,放在内存中,应用程序需要建立数据库连接时直接到连接池中申请一个就行,用完后再放回去。-DBCP (DataBase connection pool), the database connection pool. Since the establishment of a database connection is a very time
DatabaseConnection
- Connection Pool for database connections
pool
- JAVA连接池的源码,连接方式是JDBC,将JDBC运用到C3P0连接池中,一些方法都已封装好了-JAVA source connection pool connection JDBC, JDBC applied to the C3P0 connection pool, a number of methods have been encapsulated