𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Database Programming with JDBC and Java

✍ Scribed by George Reese


Publisher
O'Reilly Media
Year
2000
Tongue
English
Leaves
253
Edition
2
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


The Java Database Connectivity classes (JDBC) sensibly provide an interface between a platform-independent programming language (Java) and a standardized database language (Structured Query Language, or SQL). Pretty much every Java program that's involved in transactions or other business operations connects to a database through JDBC; so, familiarity with the JDBC classes can magnify your other Java skills. Database Programming with JDBC and Java explains how JDBC fits into unitized software applications in which various functional parts communicate over a network. Author George Reese also shows how to write programs that take advantage of the JDBC classes, emphasizing the most commonly used ones (such as those that perform INSERT and SELECT operations), but giving also the more obscure classes their due.This book is essentially an ongoing lecture of increasing complexity. To cite one thread, it begins with clear but academic examples that involve discrete transactions (opening a connection, performing a query, and closing the connection). It then moves on to connection pooling and other JDBC-supported optimizations for the real world. A menagerie of specialized sections on such topics as security and persistence rely heavily on long code examples. A section on Swing programming seems kind of out of place, but it's short. In sum, this slim volume is a great introduction to JDBC for those who are looking to approach Java distributed applications by way of database work.

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;Java;


πŸ“œ SIMILAR VOLUMES


Database Programming with JDBC and Java
✍ George Reese πŸ“‚ Library πŸ“… 1997 πŸ› O'Reilly 🌐 English

Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not.This book describes the standard Java interfaces that make portable object-oriented access to relational databases p

Java Database Programming with JDBC
✍ Pratik Patel, Karl Moss πŸ“‚ Library πŸ“… 1996 πŸ› Coriolis Group Books 🌐 English

* Other books cover Java programming, but only Visual Developer Java Database Programming with JDBC, 2nd Edition provides complete coverage of the newest JDBC standard (1.2) and the newest version of the Java Developer's Kit (JDK 1.1), Java's database connectivity environment, and gives you all the

The Complete Guide to Java Database Prog
✍ Matthew D. Siple πŸ“‚ Library πŸ“… 1997 πŸ› McGraw-Hill 🌐 English

For experienced developers and programmers looking to exploit the power of Java by building applications that interact with a SQL database server, this book/CD-ROM is your complete, real-world guide to the Java Database Connectivity Application Programming Interface. Part 1 leads you through the sev

Java Database Programming with JDBC: Dis
✍ Pratik Patel, Karl Moss πŸ“‚ Library πŸ“… 1996 πŸ› Coriolis Group Books 🌐 English

Teaches you how to develop Java programs, from start to finish, for connecting to databases using Java's new database connectivity environment, JDBC. Tells how to easily install drivers for most databases. Features a section on programming ODBC Java programs, including a robust ODBC client template

Java Database Programming with JDBC: Dis
✍ Pratik Patel Karl Moss πŸ“‚ Library πŸ“… 1996 🌐 English

Teaches you how to develop Java programs, from start to finish, for connecting to databases using Java's new database connectivity environment, JDBC. Tells how to easily install drivers for most databases. Features a section on programming ODBC Java programs, including a robust ODBC client template