Wizards menu

The Wizards menu contains commands that run utility wizards. Choose one of the following commands for more information.


Wizards|Implement Interface

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.


Wizards|Override Methods

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 Professional and Enterprise.


Wizards|Archive Builder

Runs the Archive Builder.

Use the Archive Builder wizard to create an archive file for your application or applet.

This is a feature of JBuilder Professional and Enterprise.

See also:
Building Applications with JBuilder: Deploying Java programs


Wizards|EJB Interfaces

Starts the EJB Interfaces wizard that creates the home and remote interfaces for an existing enterprise bean.

This is a feature of JBuilder Enterprise.


Wizards|Use EJB Test Client

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 Enterprise.


Wizards|Use DataModule

Runs the Use DataModule wizard. This command is only available when a data module has previously been created and compiled.

This is a feature of JBuilder Professional and Enterprise.

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 Application Developer's Guide: Using data modules to simplify data access


Wizards|Use CORBA Interface

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 Enterprise.


Wizards|Resource Strings

Runs the Resource Strings wizard.

Use the Resource Strings wizard to bundle resources into separate classes.

This is a feature of JBuilder Professional and Enterprise.

See also:
Building Applications with JBuilder: Internationalizing programs with JBuilder