+

Search Tips   |   Advanced Search

No-Interface Local View

New in EJB 3.1, session beans might now be exposed to clients through a No-Interface view. In prior versions of the specification, bean developers were required to provide an interface that would be used to expose the bean methods to a client.

The new No-Interface Local View enables the customer to use the EJB class as the local interface. This is supported when:


Related tasks

  • Develop a session bean to have a No-Interface Local view