Empty EJB Group wizard

This is a feature of JBuilder Enterprise.

The Empty EJB Group wizard creates an EJB group that contains minimal deployment descriptors with no enterprise bean defined. You then add to the deployment descriptors as you create enterprise beans using JBuilder's EJB wizards. An EJB group is a logical grouping of one or more beans that will be deployed in a single JAR file. When you finish the wizard, the new empty EJB group appears in the project pane with an .ejbgrp extension.

To display the wizard, choose File|New, click the Enterprise tab in the object gallery, and double-click the Empty EJB Group icon.

Name

Specify a name for your new EJB group. The name can be anything of your choosing.

Output jar file

The JAR file is created when you build the EJB group after adding one or more beans; it then appears as a node under the EJB group in the project pane.

Name

The name of the JAR file that is created. By default, the name of the JAR file is the name of the EJB group with a .jar file extension, but you can change the name of the JAR file if you wish.

Path

Specify the location of the JAR file that is created when the EJB group is built.