Enterprise JavaBean Wizard
The Enterprise JavaBean Wizard can get you started creating Enterprise JavaBeans. An Enterprise JavaBean is a non-visual bean that runs on a server. To learn more about Enterprise JavaBeans, download the Enterprise JavaBeans specification located at http://java.sun.com/products/ejb/.
To display the Enterprise JavaBean Wizrad, choose File|New, then click on the Enterprise JavaBean Wizard icon.
Package
Displays the package name derived from the project file. To assign a different package name to the file, click in the Package field and type in a new name.
For more information on packages, see the Packages topic in the "Creating and managing projects" chapter of Getting Started with JBuilder.
Name of New JavaBean
Displays the default name assigned to the bean class. To rename the class, click in this field and type in a new name.
Base Class To Inherit From
Displays a drop-down list box to select the class from which you want to inherit.
Allow Only JavaBeans
Warns you if you try to extend a Java class that is not a valid JavaBean.
Session Bean
Creates a session JavaBean.
Entity Bean
Creates an entity JavaBean.
See also:
Creating JavaBeans with BeansEpxress: Creating an Enterprise JavaBean