The Wizards menu contains commands that run utility wizards. Choose one of the following commands for more information.
This is a feature of JBuilder Professional and Enterprise.
Runs the Archive Builder.
Use the Archive Builder wizard to create an archive file.
See also
This is a feature of JBuilder Professional and Enterprise.
Runs the Javadoc wizard.
Use the Javadoc wizard to create documentation files in HTML format for API source files.
See also
This is a feature of JBuilder Professional and Enterprise.
Runs the Implement Interface wizard.
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.
This is a feature of JBuilder Professional and Enterprise.
Runs the Override Methods wizard.
Use the Override Methods wizard to create skeletal code for overriding a method in a superclass.
This is a feature of JBuilder Enterprise.
Displays a menu of EJB wizards:
This is a feature of JBuilder Enterprise.
Starts the EJB 1.x Interface Generator wizard that creates the home and remote interfaces for an existing enterprise bean.
This is a feature of JBuilder Enterprise.
Starts the EJB 1.x Bean Generator wizard that creates an EJB from a remote interface.
This is a feature of JBuilder Enterprise.
Runs the Use EJB Test Client wizard to add a declaration of an EJB test client to the active class in the code editor.
This is a feature of JBuilder Professional and Enterprise.
Runs the Use DataModule wizard. This command is only available when a data module has previously been created and compiled.
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
This is a feature of JBuilder Enterprise.
Runs the CORBA Client Interface Object From IDL wizard, where you generate a CORBA client from an IDL file.
This is a feature of JBuilder Professional and Enterprise.
Runs the Resource Strings wizard.
Use the Resource Strings wizard to bundle resources into separate classes.
See also
Building Applications with JBuilder: Internationalizing programs with JBuilder