2.16 Omitting local business interfaces (Using No-Interface view)

With EJB 3.1, when executing a local invocation in a Session Bean, you can create an EJB without creating a local business interface. In such cases, you can invoke all the business methods, which are published as the No-Interface view from the client. Omission of the local business interface leads to easier development and maintenance activities of the EJB.

The following table describes the organization of this section.

Table 2-55 Organization of this section (omitting a local business interface (using No-Interface view))

CategoryTitleReference location
DescriptionOverview of No-Interface view2.16.1
ImplementationDefinition for using No-Interface view2.16.2
Methods that cannot be used2.16.3
NotesPrecautions during development2.16.4

Note: There is no specific description of Setup and Operation for this functionality.

Organization of this section
2.16.1 Overview of No-Interface view
2.16.2 Definition for using No-Interface view
2.16.3 Methods that cannot be used
2.16.4 Precautions during development