Wizards menu

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



Wizards|Archive Builder

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



Wizards|Javadoc

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



Wizards|Implement Interface

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.



Wizards|Override Methods

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.


 
 

Wizards|EJB

This is a feature of JBuilder Enterprise.

Displays a menu of EJB wizards:



Wizards|EJB|EJB 1.x Interface Generator

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.



Wizards|EJB|EJB 1.x Bean Generator

This is a feature of JBuilder Enterprise.

Starts the EJB 1.x Bean Generator wizard that creates an EJB from a remote interface.



Wizards|EJB|Use EJB Test Client

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.



Wizards|Use DataModule

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


 
 

Wizards|Use CORBA Interface

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.



Wizards|Resource Strings

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