Java Reference
In-Depth Information
Figure 11.8 In the EJB Module Settings tab, you can select and configure the application server
and manage module deployment descriptors as well as modules and libraries deployed with the
current module.
In the corresponding fields on this tab, you can specify prefixes and/or suffixes
for the names of bean classes, bean interfaces, the <ejb-name> tag, servlets, and
filters. These prefixes and suffixes appear in the corresponding fields of the Cre-
ate EJB , New Servlet , and New Filter dialogs. In addition, for an Entity bean,
you can specify a default primary key class that appears in the Create New CMP
Field dialog.
Names for Entity, Session, and Message beans are formed in the following
manner. The prefix and suffix are taken from the J2EE Names settings and are
shown as labels before and after the text field where you introduce the bean
name. The bean name root is suggested based on the bean type—that is, Entity,
Session, or Message. The name must be a valid Java identifier; otherwise the OK
button in the creation dialog is disabled, and you can't create the bean.
 
Search WWH ::




Custom Search