Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(The remote business interface is not shown for the sake of brevity).

Tip
title@EJB annotation

You Several components in Java EE can use the @EJB annotation to refer a session bean in other components specified by the Java EE platform, for instance, such as:

  • Servlets
  • ServletContextListeners
  • Servlet Filters
  • JSF managed beans
  • EJB interceptors
  • JAX-WS service endpoints

...