Developing database applications

This part of the manual provides information on using JBuilder's DataExpress database functionality to develop database applications. It also explains the interrelationships between the main JBCL UI and data components and classes, and how to use them to create your database application.

Basic features that are commonly included in a database application are explained by example so you can learn by doing. Conceptual information is provided, followed with examples as applicable, with cross-references to more detailed information wherever possible. Be sure to check Borland Online for documentation additions and updates at http://www.borland.com/techpubs/jbuilder.

Note: All versions of JBuilder provide direct access to SQL data through the JavaSoft JDBC API. Some versions of JBuilder provide additional DataExpress components (on the Data Express tab of the Component Palette) that greatly simplify RAD visual development of database applications, as described in this book.

To create a database application in JBuilder, you need to:

To aid in your understanding of database applications, you may also wish to:

For deploying database applications, you may wish to consider using servlets.