Data Module Application wizard

This is a feature of JBuilder Professional and Enterprise.

To use this wizard, select File|New. Select Data Module Application from the New page of the object gallery. To use this wizard, you must have created a data module with the Data Modeler (using the Data Module wizard).

Use this wizard to define and create a new application from a DataModule. The application will consist of a main application class and supporting classes that you can customize using the UI Designer.

When compiled, a file named <DataModule>AppGenFileList.html is added to the project. This file contains the names and descriptions of all files generated by this wizard.

For more information on data modules, see the Database Application Developer's Guide topic "Creating data modules using the Data Modeler."

Data Module

Select a data module from the current project, or click the ellipsis to browse to a data module.

Package

Displays the package name associated with the data module application to be generated.

Generate Header Comments

Uses information from the project file as header comments at the top of the generated application files. This is the information you entered in the Project wizard when creating the project file.

/**
* Title:        Your product name
* Description:  Your description 
* Copyright:    Copyright (c) 2001
* Company:      Your company
* @author       Your name
* @version 1.0
*/