IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Create local and remote interfacesUltimate

Last modified: 08 March 2021

Local and remote interfaces are used to provide access to the bean from the calling clients, and are defined for the following types of beans:

  • Entity Beans, both CMP and BMP versions 1.x and 2.x

  • Session Beans versions prior to 3.0

IntelliJ IDEA provides the following ways to create local and remote interfaces:

  • Manually, by means of direct editing the ejb-jar.xml file, using the extensive coding assistance provided by IntelliJ IDEA.

  • Using the context menu commands.

Concepts