Versions Compared

Key

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

...

This example is the "simple-stateless" example located in the openejb-examples.zip available on the download page.

The Code

In this example we develop a simple EJB 3 Stateless session EJB. Every stateless session bean implementation must be annotated using the annotation @Stateless or marked that way in the ejb-jar.xml file.

...