To display the object gallery, choose File|New. To use a shortcut or template, click the icon. JBuilder creates the skeletal code in a .java
file and adds the file to your project.
The object gallery contains the following pages of wizards:
Wizard | Edition * | Description |
---|---|---|
Project | All | Creates a new project. |
Application | All |
Creates a new Java application shell which contains a Frame .
|
Applet | All | Creates a minimal applet and an HTML file which contains the applet. |
Servlet | PRO, ENT | Creates the required files for a blank Java servlet. |
JavaServer Page | ENT | Creates the required files for a blank JavaServer page. |
Archive Builder | PRO, ENT | Creates a .jar or .zip archive file of all the specified project files and their dependencies. |
Class | All | Creates a new class shell in your project. |
Interface | PRO, ENT | Creates a new interface. |
JavaBean | PRO, ENT | Creates a JavaBean ready for you to customize with BeansExpress. |
Dialog | PRO, ENT | Creates a new dialog class in your project. |
Frame | PRO, ENT | Creates a new frame class in your project. |
Panel | PRO, ENT | Creates a new panel class in your project. |
Data Module | PRO, ENT | Creates a new data module, a file where you place all nonvisual data connection components. |
Data Module Application | PRO, ENT | Creates a two-tier application from a data module (creates both client and server of a database application without CORBA). |
Wizard | Edition * | Description |
---|---|---|
Sample IDL | ENT | Creates a simple Interface Definition Language (IDL) file in your project. The IDL file will consist of a module and an interface containing a single method that you can customize. |
EmptyEJB Group | ENT | Creates a new EJB group to which you can add your enterprise beans. An EJB group is a logical grouping of enterprise beans that you are planning to deploy in a single .jar file. |
EJB Group From Descriptors | ENT | Creates an EJB group that contains the deployment descriptors of existing enterprise beans. |
Enterprise JavaBean | ENT | Creates an Enterprise JavaBean component. |
EJB Entity Bean Modeler | ENT | Creates one or more entity enterprise beans from existing database tables. |
EJB Test Client | ENT | Creates a simple client application for testing the functioning of an enterprise bean. |
CORBA Client Interface | ENT | Creates a Java CORBA interface bean. You will be able to invoke methods in this bean which will be executed on a CORBA server when connected to an Object Request Broker (ORB). |
CORBA Server Interface | ENT | Creates a CORBA Server Interface bean from an IDL file. Once the method stubs in this bean are completed and the bean is added to an application, you will have a working CORBA server. |
HTML CORBA Client | ENT | Creates a JavaServer Pages (JSP) or HTML Client application from an IDL file. |
CORBA Server Interface | ENT | Creates a Java server application from an IDL file. |
* Key: | All = All JBuilder editions |
PRO = JBuilder Professional edition | |
ENT = JBuilder Enterprise edition |