๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Database Programming with JDBC and Java

โœ Scribed by George Reese


Book ID
127436578
Publisher
O'Reilly Media
Year
2000
Tongue
English
Weight
2 MB
Edition
2
Category
Library
ISBN
1565926161

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


Java Database Programming with JDBC
โœ Pratik Patel, Karl Moss ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› Coriolis Group Books ๐ŸŒ English โš– 3 MB

* 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

Java Programming with Oracle JDBC
โœ Donald Bales ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› O'Reilly ๐ŸŒ English โš– 1 MB

JDBC is the key Java technology for relational database access. Oracle is arguably the most widely used relational database platform in the world. In this book, Donald Bales brings these two technologies together, and shows you how to leverage the full power of Oracle's implementation of JDBC.

Jdbc: Java Database Connectivity
โœ Bernard Van Haecke ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Wiley Publishing ๐ŸŒ English โš– 1 MB

In a world of acronyms and abbreviations, JDBC is one worth knowing. It's the application programming interface that bridges the gap between sophisticated relational database management systems and Java, a programming language uniquely suited to today's intranet and Internet networking environments.

JDBC 3.0: JAVA Database Connectivity
โœ Bernard Van Haecke ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Wiley ๐ŸŒ English โš– 4 MB

Demonstrates how to integrate Java with databases using the Java database connectivity (JDBC) API. Written for programmers familiar with Java and SQL, the book presents techniques for storing, retrieving, searching, and updating various data formats in enterprise databases. Originally published in 1

Practical Database Programming with Java
โœ Bai, Ying ๐Ÿ“‚ Article ๐Ÿ“… 2011 ๐Ÿ› John Wiley & Sons, Inc. ๐ŸŒ English โš– 207 KB

Covers fundamental and advanced Java database programming techniques for beginning and experienced readers This book covers the practical considerations and applications in database programming using Java NetBeans IDE, JavaServer Pages, JavaServer Faces, and Java Beans, and comes complete with auth