Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor wording update in Create Stateless Session EJB

...

Create Stateless Session EJB

Every stateless session ejb EJB has its own business interface. There are three types of business interfaces - @Remote, @Local and @WebService - and combinations of these three. No need to say that every EJB development starts from defining a business interface and implementing it by in a bean implementation class so, that is exactly what we will be doing . We do this in the next steps.

Create remote business interface

...