Versions Compared

Key

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

...

Code Block
XML
XML
<dep:moduleId>
    <dep:groupId>com.ibm.wasce.samples</dep:groupId>
    <dep:artifactId>SampleEJB</dep:artifactId>
    <dep:version>2.1.1.1</dep:version>
    <dep:type>jar</dep:type>
</dep:moduleId>

To reference this sesstion session bean in a Java EE application, you first have to define the dependency on this bean and then use the <ejb-ref> or <ejb-local-ref> element to map a reference to the EJB's home interface.

...