Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Articles and Tutorials : JDBC and Database


Links
  • ODMG Standard Overview (ODMG) - The purpose of the ODMG standard is to ensure the portability of applications across different DBMSs, reducing reliance on a single vendor, and encouraging competitive feature development.
  • Persistence - A collection of JavaWorld articles relating to persistence.
  • Persistence - The database as the persistence layer. A sample chapter from the author's book Database Programming with JDBC and Java, Second Edition, published by O'Reilly.
  • The SQLProcessor as a JDBC Facade - A devdaily.com tutorial on using an open source tool named SQLProcessor. The SQLProcessor is a facade for some of the JDBC API, and helps reduce coding errors, simplifies your Java code, and provides great debug output.
  • Trail: JDBC Database Access - This trail will walk you through examples of using JDBC to execute common SQL statements, letting you see for yourself how easy it is to use the basic JDBC API.
  • Using WebLogic JDBC - A detailed doc describing the use of JDBC with BEA's WebLogic application server (formerly Tengah).

Prev 20