(1)创建chapter10的web项目,并导入mysql-connector-java-5.0.8-bin,
commons-dbcp-1.4,commons-pool-1.6等3个JAR包
然后创建包cn.itcast.chapter10.example,在包下创建一个Example01类
程序执行结果
2,通过读取配置文件创建数据源对象
(1)在项目的src目录下创建dbcpconfig.properties文件
(2)在包cn.itcast.chapter10.example下创建一个Example02类
程序执行效果
1,通过ConboPooledDataSource()构造方法创建数据源对象
(1)在项目中导入C3p0=0.9.1.2.jar包,然后在cn.itcast.chapter10.example下创建一个Example03类
程序执行效果
2,通过读取配置文件创建数据源对象
(1)在src根目录下创建一个c3p0-config.xml文件
(2)在cn.itcast.chapter10.example下创建一个Example04类
程序执行效果
1,BeanHandler和BeanListHandler
(1)在jdbc数据库中创建user表
(2)添加包commons-dbutils-1.6到lib目录下,并将第九章的JDBCUtils.java复制到包cn.itcast.chapter10.example下
(3)在包cn.itcast.chapter10.example下创建名为baseDao的类
(4)在包cn.itcast.chapter10.example下创建名为User的实体类
(5)在包cn.itcast.chapter10.example下创建名为ResultSetTest1的类
程序执行效果
(6)在包cn.itcast.chapter10.example下创建名为ResultSetTest2的类
程序执行效果
2,ScalarHandler
(1)在包cn.itcast.chapter10.example下创建名为ResultSetTest3的类
程序执行效果
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)