File | Project Structure | Modules | <module> | EJB

File | Project Structure | Facets | EJB (<module>)


Use this page to edit the settings for your EJB facet.

ItemDescription
NameThe name of the facet.
Deployment Descriptors Form the list of deployment descriptors for your application.

../../Shared/new.png (⌘N⌃N⌘N). Create ejb-jar.xml and add it to the list. The function is not active if the corresponding descriptor is already present in the list.

../../Shared/delete.png (⌘⌦⌘⌦⌥⌦). Remove the selected descriptor from the list.

../../Shared/edit1.png (). Replace the selected descriptor with another one of the same type.

Add Application Server specific descriptor. Create an application server-specific deployment descriptor (e.g. glassfish-ejb-jar.xml, jboss.xml) and add it to the list.

Source roots for EJB classes Select the source roots to be included in an artifact. Note:
  • If the '<ModuleName>' compile output element is present in an artifact configuration, the classes for all the source roots are included in the corresponding artifact irrespective of which source roots are selected here.
  • To include only the classes from the source roots selected on this page, use the following when configuring the artifact: ../../Shared/new.png | JavaEE Facet Classes | EJB (in <ModuleName>). As a result, the corresponding element in the artifact configuration will be shown as '<ModuleName>' module: 'EJB' facet classes.

See Also

Procedures: