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

๐Ÿ“

Database Programming with JDBC and Java

โœ Scribed by George Reese


Publisher
O'Reilly
Year
1997
Tongue
English
Leaves
244
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


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 possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and uses them to develop three-tier applications (applications divided into a user interface, an object-oriented logic component, and an information store). This book is the key to becoming a more effective application developer for Java database programs. It includes reference listings for JDBC and the most important RMI classes and covers Java 1.1.The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time. It then explains how to issue database queries and updates through SQL and JDBC. It also covers the use of stored procedures and other measures to improve efficiency, where these are available.But the book's key contribution is a set of patterns that separate the various functions of the Java application and facilitate the growth and maintenance of an application. Patterns allow isolation of critical tasks like object creation, information storage and retrieval, and the committing or aborting of transactions. The book also introduces RMI as a way to distribute objects among systems. All techniques are illustrated with working examples.


๐Ÿ“œ SIMILAR VOLUMES


Database Programming with JDBC and Java
โœ George Reese ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› O'Reilly Media ๐ŸŒ English

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

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