JDBC Best Practices

时间:2015-05-10 11:39:05
【文件属性】:
文件名称:JDBC Best Practices
文件大小:1.57MB
文件格式:PDF
更新时间:2015-05-10 11:39:05
jdbc Sun Microsystems created JDBC in the 90s to be the standard for data access on the Java Platform. JDBC has evolved since that time from a thin API on top of an ODBC driver to a fully featured data access standard whose capabilities have now surpassed its aging brother, ODBC. In recent applications, JDBC connects persistence layers (such as Hibernate or JPA) to relational data sources; but the JDBC API with its accompanying drivers are always the final piece connecting Java apps to their data! For more in depth (and entertaining) history, watch this movie on the history of Java and JDBC:

网友评论

  • 简单清晰的JDBC教程,很好