Java Data Access: JDBC, JNDI, and JAXP
http://blog.csdn.net/topmvp - topmvp This hands-on guide shows Java developers how to access data with the new 3.0 Java Database Connectivity (JDBC) API, use LDAP-enabled directory services with Java Network Directory Services (JNDI), and m
http://blog.csdn.net/topmvp - topmvpThis hands-on guide shows Java developers how to access data with the new 3.0 Java Database Connectivity (JDBC) API, use LDAP-enabled directory services with Java Network Directory Services (JNDI), and manipulate XML data using Java APIs for XML Processing (JAXP).
Pick up this book to acquire the skills needed to effectively create Java applications that can access a variety of data sources. Learn the basics of JDBC 3.0 and how it relates to the Java programming language as a whole. Then from this base, build your knowledge by reading about common advanced uses such as connection pooling, JSP implementations, and Enterprise JavaBeans. You will also gain an awareness of several object oriented design patterns for implementing JDBC solutions, and gain a knowledge of JNDI and how to use it to store and retrieve data using LDAP.
http://rapidshare.com/files/53484774/0764548468.rar
上一篇: PHP分页类分享
下一篇: Decode 函数的用法
推荐阅读
-
java当中JDBC当中JNDI用来查找dataSource的例子
-
Eclipse使用jdbc连接MySql数据库报:java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
-
Java Data Access: JDBC, JNDI, and JAXP
-
java jdbc连接Access数据库 出现中文乱码问题解决
-
Java语言mysql数据库的访问步骤,一个简单的实例——使用DAO(数据库操作类 Data Access Object ) 实现对mysql数据库的增删改查
-
Eclipse使用jdbc连接MySql数据库报:java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
-
java当中JDBC当中JNDI用来查找dataSource的例子