Choose one of the following commands for more information.
The Use Data Module Wizard enables you to select an existing data module to add to your project. Once you specify a data module, all frames in your project have consistent access to the data sets and columns in the data module, without requiring you to recreate them on every frame each time you need them. Data modules do not need to reside in the same directory or package as your project. They can be stored in a location for shared use among developers and applications.
See also:
Database Applications Developer's Guide: Separating database access logic and business rules from the user interface
Use the Implement Interface Wizard to create an interface framework. Once JBuilder creates the framework, you need to write the code that implements each method of the interface.
Use the Override Methods Wizard to create skeletal code for overriding a method in a superclass.
Use the Resource Wizard to bundle resources into separate classes.
See also:
Building Applications with JBuilder: Internationalizing with JBuilder
Use the Deployment Wizard to deploy your application or applet.
See also:
Building Applications with JBuilder: Deploying Java programs
See also:
Database Applications Developer's Guide: Moving data between databases
BeanInsight examines a Java class and reports whether the class is a valid JavaBean. If your class fails as a JavaBean, BeanInsight reports why it failed. It identifies all the propeties, customizers, and property editors it finds for the class and also reports whether the property information is obtained through a BeanInfo class or through introspection.
See also:
Creating JavaBeans with BeansExpress