SD 99 West Logo

Integrating Databases with Java

By Chád Darby

Software Development West,  May 13 1999
San Francisco, CA


Introduction

By using the Java Database Connection (JDBC) API, you can create a web interface to your corporate database.  In this session, you will learn how to use the JDBC API to access relational databases.

In this session, you will learn how to connect to a database, perform an SQL query and display the results.  Techniques will also be presented for optimizing database transactions and calling stored procedures.  You will also learn how to apply design patterns for creating database middleware components.  Code examples will be presented throughout the session to help jump-start your development efforts.   The session will conclude with a demonstration of a Java application accessing a relational database.

Servlet Articles by Chád Darby


Books Recommended by Chád Darby