Java Report Cover, May 1998

Optimizing Database Transactions with Java Database Connection (JDBC)

By Chád Darby

Java Report, May 1998


Introduction

Currently, Java developers are delivering enterprise database applications. By using the Java Database Connection (JDBC) developers are able to query and update enterprise information stored in databases. However, the issue that continues to surface with database applications is performance. Application performance is critical when developing an enterprise application because typically the application sends database queries to a remote database server.

In a quest to increase performance, this article will discuss the Java classes available in the JDBC Application Programming Interface (API) for optimizing database access. There are two methods available for optimization: prepared statements and stored procedures. This article examines the implementation of prepared statements and stored procedures by analyzing a sample application.

Source Code

Individual Files

Above Files in Compressed Format


Related Books Recommended by Chád Darby


HOME

CONSULTING | DEVELOPMENT | PUBLICATIONS | TALKS | ABOUT

REQUEST INFO

Copyright © 1999, J9 Consulting

April 03, 1999