JDBC 3: Java Database Connectivity

The Tools That You Need to Get Started

Even developing the simplest JDBC programs requires a number of tools. Although it isn’t the purpose of this book to recommend and provide information about products that are commercially available, I list a few of them that may be mandatory or just useful to program with JDBC.

Most of the examples provided in this book are quite simple and run in fairly limited environments. However, as big castles are made out of little stones, large applications will often be made of very lightweight components that can also be developed and tested in limited environments. Assembling the set of components may cause the whole to require large investments in tools, but again, they aren’t required at all for the purpose of learning JDBC 3.0 using this book.

The most essential tools are as follows:

Note 

An IDE isn’t essential but eases development, compilation, and run tests for developers who aren’t familiar with operating system–level commands (that is, shells) or who don’t have access to a shell (MacOS, for example).

Other tools that developers may use to develop applications go beyond simple standalone programs. Here are a few examples of such tools:

Категории